API Docs / Operations / Email - Configs / Delete Email Config

Delete Email Config

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

Deletes an email configuration. Cannot delete the tenant's default config unless it is the only one remaining. User must be the owner or the config must be shared.

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