This will stop and delete a saved webhook.

Endpoint

DELETE https://api.mailstand.com/webhooks

Payload

FieldTypeRequiredDescription
idstring 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 }