Skip to main content
DELETE
/
v1
/
webhook_endpoints
/
{webhook_endpoint_id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.infinitecreator.com/v1/webhook_endpoints/{webhook_endpoint_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "context": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_endpoint_id
string
required

Response

Successful Response