Delete webhooks
/api/account/webhooks
Delete specific webhooks from the account
Body Parameters
Returns
message: optional string
status: optional string
Delete webhooks
curl https://api.sendblue.co/api/account/webhooks \
-X DELETE \
-H "sb-api-key-id: $SENDBLUE_API_API_KEY" \
-H "sb-api-secret-key: $SENDBLUE_API_API_SECRET"
{
"message": "Webhooks deleted successfully",
"status": "OK"
}
Returns Examples
{
"message": "Webhooks deleted successfully",
"status": "OK"
}