Skip to main content
DELETE
/
api
/
v0
/
webhooks
/
{id}
/
delete notification webhook
curl --request DELETE \
  --url https://console.vast.ai/api/v0/webhooks/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Webhook ID.

Response

Webhook deleted successfully

success
boolean
Example:

true