Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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." } }
Delete API token.
Token ID
Result
The response is of type object.
object