curl --request DELETE \
--url https://api.avidoai.com/v0/applications/{id}/webhook \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Deletes the webhook configuration for a specific application.
curl --request DELETE \
--url https://api.avidoai.com/v0/applications/{id}/webhook \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}