API ReferenceWebhooksDelete Webhook

    Delete Webhook

    Permanently remove a webhook configuration and stop receiving all notifications for its subscribed events.
    DELETEhttps://wapi.simplysend.email/web-setup/webhooks/{webhookId}

    Parameters

    webhookIdRequired
    string
    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_12345"
      }
    }