Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://api.lettermint.co/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Webhook deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookId
string
required

Response

200 - application/json
message
enum<string>
required
Available options:
Webhook deleted successfully.