Skip to main content
DELETE
/
projects
/
{project_id}
/
trigger-subscriptions
/
{subscription_id}
Unsubscribe from Trigger
curl --request DELETE \
  --url https://actionkit.useparagon.com/projects/{project_id}/trigger-subscriptions/{subscription_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Your Paragon User Token (JWT), which you can generate using your project's signing keys.

Path Parameters

project_id
string
required

Your Paragon Project ID

subscription_id
string<uuid>
required

The trigger subscription ID

Response

200 - application/json

Success

success
boolean
required
Example:

true

warning
string

Present when webhook tear down fails

Example:

"Integration webhook failed to tear down. Check the connected account and manually remove any old webhooks if necessary. The webhook URL was: https://example.com/webhook"