Skip to content

Remove BYOS SMTP config

DELETE
/smtp-config
curl --request DELETE \
--url https://mail.teamander.com/v1/smtp-config \
--header 'Authorization: Bearer <token>'

Reverts the tenant to platform delivery.

Removed

Media typeapplication/json
object
success
required
boolean
smtp_provider
required
string
Allowed values: platform
Example
{
"success": true,
"smtp_provider": "platform"
}

Missing or invalid API key

Media typeapplication/json
object
error
required
string
message
string
Example
{
"error": "Invalid API key"
}