Skip to main content
DELETE
/
webhooks
/
zapier
/
pipeline-run-events
/
unsubscribe
Unsubscribe Zapier from pipeline-run events
curl --request DELETE \
  --url https://api.sftpsync.io/webhooks/zapier/pipeline-run-events/unsubscribe \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "id": "<string>"
}
'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Body

application/json
id
string
required

Response

200 - application/json

Unsubscribed

success
boolean
required