stile
PlaygroundWebhook endpoints

Delete a webhook endpoint

DELETE
/v1/webhook_endpoints/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

Use a secret API key as the bearer token. Keys are prefixed with vk_test_ (test mode) or vk_live_ (live mode).

In: header

Path Parameters

id*string

The webhook endpoint ID.

Response Body

application/json

application/json

curl -X DELETE "http://localhost:3000/v1/webhook_endpoints/string"
{
  "id": "string",
  "object": "webhook_endpoint",
  "deleted": true
}
{
  "error": {
    "type": "invalid_request_error",
    "code": "string",
    "message": "string",
    "param": "string",
    "request_id": "string"
  }
}