API Docs / Operations / Email - Broadcasts / Delete Email Broadcast

Delete Email Broadcast

DELETE /tenants/{tenant}/email-broadcasts/{code}

Deletes a draft email broadcast. Sent broadcasts cannot be deleted — they are the audit record of what was sent.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it