curl --request DELETE \
--url https://api.avala.ai/api/v1/webhooks/{uid}/ \
--header 'X-Avala-Api-Key: <api-key>'Use this endpoint to delete webhook in the Avala API using DELETE on /webhooks//.
curl --request DELETE \
--url https://api.avala.ai/api/v1/webhooks/{uid}/ \
--header 'X-Avala-Api-Key: <api-key>'Was this page helpful?