Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
webhooks
/
{subscriptionId}
Delete webhook
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId}/webhooks/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

subscriptionId
string
required

The ID of the webhook subscription

Response

OK

success
boolean
required