Skip to content

Delete Notification Config

Permanently delete a notification configuration. This is a hard delete and cannot be undone. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
notificationSchemaId*stringThe unique identifier of the notification config to delete

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Notification config deleted successfully"
}

Examples

bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/notification/:notificationSchemaId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

delete/api/{targetPath}/notification/:notificationSchemaId