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

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

webhookId
string
required

The webhook ID to delete

Example:

"webhook-abc123"

Response

Webhook deleted successfully

message
string