Skip to main content
DELETE
/
v2
/
workflows
/
{id}
/
webhooks
/
{webhook_trigger_id}
Delete webhook trigger
curl --request DELETE \
  --url https://api.portable.io/v2/workflows/{id}/webhooks/{webhook_trigger_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int>
required

ID

webhook_trigger_id
integer
required

The database ID (integer) of the WebhookTrigger

Response

OK

data
boolean
required