Disable a webhook subscription.
cURL
curl --request DELETE \ --url https://api.useproxy.ai/v1/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "url": "<string>", "events": [ "<string>" ], "enabled": true, "secret": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
Unique key for idempotent requests (24-hour cache)
Webhook ID (e.g., whk_...)
Webhook disabled
Webhook endpoint URL
Event types to subscribe to
Webhook signing secret