v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Webhooks

Delete a webhook

Deleted the specified webhook. This will not affect logs or any resources the webhook is connected to.

delete/webhooks/{id}

Headers

ev-api-keystring required

API key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Response

Sucessful operation

responseStatusinteger

Http status code of the response.

datastring[]

Example response

{
  "responseStatus": 200,
  "data": []
}