Remove a subscription from a ThingSpace account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
The request body identifies the subscription to delete.
TypeScript Definitions
Use the request body type in TypeScript.
The subscription to delete.
curl -X POST "https://example.com/subscriptions/actions/delete" \ -H "Content-Type: application/json" \ -d '{ "accountidentifier": { "billingaccountid": "1223334444-00001" }, "resourceidentifier": { "id": "f8b112df-739c-6236-f059-106c67bafd99" } }'The ID of the authenticating billing account, in the format {"billingaccountid":"1234567890-12345"}.
The ID of the target to delete, in the format {"id": "dd1682d3-2d80-cefc-f3ee-25154800beff"}.