Skip to main content
POST
/
api
/
v1
/
subscription
/
expire
expire subscriptions
curl --request POST \
  --url https://api.example.com/api/v1/subscription/expire \
  --header 'Authorization: Bearer <token>'
{
  "trigger": {
    "data": [
      123
    ],
    "total": 123
  },
  "action": {
    "data": [
      123
    ],
    "total": 123
  },
  "detector": {
    "data": [
      123
    ],
    "total": 123
  }
}

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

Response

200 - application/json

OK

trigger
object

Amount of trigger, that was disabled by this action

action
object

Amount of wallet actions, that was disabled by this action

detector
object

Amount of detectors, that was disabled by this action