DELETE v0/subscriptions

Delete a subscription

This endpoint will delete a subscription if it exists and is owned by the current user.

Request

curl \
  -X DELETE 'https://t.tech/v0/subscriptions?id=%22REPLACE%20ME%22' \
  -H 'Authorization: Bearer <YOUR API KEY>'

Query Parameters

id
stringrequired

The ID of the subscription to be deleted. Fetch this ID via the GET /subscriptions endpoint.

Response

string

Example Response