Skip to main content
DELETE
/
v1
/
subscriptions
/
{id}
Cancel subscription
curl --request DELETE \
  --url https://api.pointset.io/v1/subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://spacetimetechnology.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Cancelled