cURL
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.
Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the application
"123e4567-e89b-12d3-a456-426614174000"
Webhook deleted successfully