v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Email Configurations

Delete an email notification configuration

This endpoint allows deleting an email notification configuration.

You need the "Create and update email notification configurations" permission to use this endpoint.

delete/v2/notifications/configurations/email/{identifier}

Path parameters

identifierstring required

When you create an email config or run “Get list of email configs”, you’ll receive a unique configuration identifier for each email config. Supply that here for the email you wish to delete.

Response

Email configuration deleted successfully

identifierstring uuid required

Email configuration unique identifier

Example response

{
  "identifier": "6de244da-11f8-479d-aec7-c4d2126b092e"
}