curl --request DELETE \
--url https://app.sendmux.ai/api/v1/webhooks/{public_id} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"deleted": true
},
"meta": {
"request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}Permanently removes the subscription. In-flight retries are dropped.
curl --request DELETE \
--url https://app.sendmux.ai/api/v1/webhooks/{public_id} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"deleted": true
},
"meta": {
"request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}Sendmux API key. Obtain from the dashboard under API Keys. Format: smx_root_...
Webhook public ID
Was this page helpful?