Skip to main content
DELETE
/
v1
/
tx-subscriptions
/
{subscription_id}
Delete subscription by ID
curl --request DELETE \
  --url https://api.zerion.io/v1/tx-subscriptions/{subscription_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "errors": [
    {
      "title": "Parameter is malformed",
      "detail": "Some validation errors will be described here"
    }
  ]
}

Authorizations

Authorization
string
header
required

To test endpoints here, paste your API key from the dashboard into the username field and leave the password empty.

Path Parameters

subscription_id
string
required

ID of the subscription

Response

Successful subscription deletion with no content