API ReferenceWebhooksDelete Webhook
Delete Webhook
Permanently remove a webhook configuration and stop receiving all notifications for its subscribed events.
DELETE
https://wapi.simplysend.email/web-setup/webhooks/{webhookId}Parameters
webhookIdRequiredstring
The unique identifier of the webhook to delete.
RequestDELETE
curl -X DELETE https://wapi.simplysend.email/web-setup/webhooks/{webhookId} \
-H "X-Api-Key: your_api_key" \
-H "X-Id: your_account_id"Response
{
"success": true,
"data": {
"message": "Webhook deleted successfully",
"webhookId": "webhook_1772354412494_02cb8b58"
}
}