API 1
cURL
curl --request DELETE \ --url https://external.pleo.io/v1/subscriptions/{id} \ --header 'Authorization: Bearer <token>'
Removes the specified subscription record.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the subscription
Subscription deleted.
Was this page helpful?