curl --request DELETE \
--url https://api.cashful.africa/api/canary/webhook-endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 401,
"message": [
"Unauthorized"
],
"error": "Unauthorized"
}Stops sending events to a specific webhook URL
curl --request DELETE \
--url https://api.cashful.africa/api/canary/webhook-endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 401,
"message": [
"Unauthorized"
],
"error": "Unauthorized"
}