Skip to main content
DELETE
/
api
/
webhooks
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://mag3nt.com/api/webhooks/{id} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Path Parameters

id
string
required

Response

Deleted

success
boolean