Temso Docs
API referencePublishing

Delete Publish Subscription

Removes a publish subscription (used by the Temso Zapier app when a Zap is turned off). Publish payloads stop being delivered to the subscribed URL.

DELETE
/projects/{projectId}/zapier/subscriptions/{subscriptionId}

Removes a publish subscription (used by the Temso Zapier app when a Zap is turned off). Publish payloads stop being delivered to the subscribed URL.

Path Parameters

projectId*string

Project ID (see List Projects)

subscriptionId*string

Subscription ID returned when subscribing.

Response Body

application/json

curl -X DELETE "https://example.com/projects/string/zapier/subscriptions/string"
{
  "success": true
}