Skip to main content
DELETE
/
v1
/
apps
/
{app_id}
/
webhooks
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://{defaultHost}/v1/apps/{app_id}/webhooks/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "error": "<string>",
  "error_code": "<string>"
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

Application ID

id
string
required

Webhook endpoint ID

Response

no content