Delete an app integration SMTP

Deletes the app integration SMTP by the given id.

delete
Path parameters
idstringRequired

The id of the app integration SMTP.

Header parameters
Brand-URLstringRequired

The brand URL of the request. This is used to identify the brand.

Example: YOUR_BRAND_URL
Auth-KeystringRequired

Auth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.

Example: YOUR_AUTH_KEY
Responses
delete
/api/v1/app-integrations/smtp/{id}

Last updated