Models Hub
API ReferenceToken Management

Delete token

Delete the specified API token by ID.

Edit this page
DELETE
/api/token/{id}

Authorization

AuthorizationBearer <token>

Authenticate using an Authorization Bearer API Key.

In: header

Path Parameters

id*integer

Resource ID.

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/token/1"
{
  "success": true,
  "message": "string",
  "data": null
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}