delete https://app.asana.com/api/1.0/webhooks/
This method permanently removes a webhook. Note that it may be possible to receive a request that was already in flight after deleting the webhook, but no further requests will be issued.
Responses
This method permanently removes a webhook. Note that it may be possible to receive a request that was already in flight after deleting the webhook, but no further requests will be issued.
xxxxxxxxxx
curl --request DELETE \
--url https://app.asana.com/api/1.0/webhooks/webhook_gid \
--header 'accept: application/json'
xxxxxxxxxx
{
"data": {}
}