This will stop and delete a saved webhook.
Endpoint
DELETE https://api.mailstand.com/webhooks
Payload
Field | Type | Required | Description |
---|---|---|---|
id | string | true | The id of the webhook. It always starts with hook_ |
Payload Example
This will delete the webhook.
{
id: "hook_7rSsxm0UBYNCMK3CVQdntirQU"
}
200 Response
We will return a 200 response if the call is successful.
{
status: "ok
}