Skip to main content
DELETE
/
user-resource
/
token
Delete Token
curl --request DELETE \
  --url https://api.tenbytecloud.com/v1/user-resource/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data token_id=123
{
  "errors": {
    "Error": "Failed to delete kong token."
  }
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
token_id
integer

Token ID

Response

200 - application/json

Result

The response is of type object.