Skip to main content
DELETE
https://aihubmix.com
/
api
/
token
/
{token_id}
Delete KEY
curl --request DELETE \
  --url https://aihubmix.com/api/token/{token_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Request Parameters

Request Headers

Authentication for the request. This API uses the AIHubMix Manage Key for authentication.
The content type of the request. This parameter must be set to application/json.

Path Parameters

token_id
integer
required
The ID of the KEY.

Response Parameters

success
boolean
Indicates whether the operation was successful.
message
string
Message information (may be empty). Returns the reason for failure if the request fails.
data
object
The result object of the deletion (as returned by the interface). May be an empty object {}.