Delete specific webhooks
/api/v2/account/webhooks
Delete specific webhooks from your account.
Body Parameters
Returns
message: optional string
Delete specific webhooks
curl https://api.sendblue.co/api/v2/account/webhooks \
-X DELETE \
-H 'Content-Type: application/json' \
-H "sb-api-key-id: $SENDBLUE_API_API_KEY" \
-H "sb-api-secret-key: $SENDBLUE_API_API_SECRET" \
-d '{
"webhooks": [
"https://example.com"
]
}'
{
"status": "OK",
"message": "message"
}Returns Examples
{
"status": "OK",
"message": "message"
}