v0/blobGET
v0/blobPOST
v0/blob/get_allPOST
v0/blob/get_commitmentPOST
v0/blob/statusGET
v0/data_root_inclusion_proofGET
v0/gas_priceGET
v0/headerGET
v0/subscriptionsDELETE
v0/subscriptionsGET
v0/subscriptionsPOST

DELETE v0/subscriptions
Delete a subscription

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

Query Parameters
idstring (required)

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

Response
string
Example Response
Request

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