Skip to main content
DELETE
/
projects
/
{projectId}
/
webhooks
/
{webhookId}
Delete webhook subscription
curl --request DELETE \
  --url https://devtune.ai/api/v2/projects/{projectId}/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key with dtk_live_ prefix. Obtain from Settings > API Keys.

Path Parameters

projectId
string<uuid>
required
webhookId
string<uuid>
required

Response

Webhook deleted

deleted
boolean