Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Available options:
Webhook deleted successfully. curl --request DELETE \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{
"message": "Webhook deleted successfully."
}Permanently removes a webhook and all associated delivery records.
curl --request DELETE \
--url https://api.lettermint.co/v1/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>'{
"message": "Webhook deleted successfully."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook deleted successfully.