Skip to main content
DELETE
/
api
/
v1
/
subscription
/
{id}
delete entity by id
curl --request DELETE \
  --url https://api.example.com/api/v1/subscription/{id} \
  --header 'Authorization: Bearer <token>'
{
  "uid": "btc"
}

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

id
integer<int64>
required

Response

200 - application/json

OK

uid
integer<int64>

Unique identifier of the entity

Example:

"btc"