메인 콘텐츠로 건너뛰기
DELETE
/
api
/
token
/
{token_id}
KEY 삭제
curl --request DELETE \
  --url https://aihubmix.com/api/token/{token_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

Use this file to discover all available pages before exploring further.

요청 파라미터

요청 헤더

요청 인증. 이 API는 인증을 위해 AIHubMix Manage Key를 사용합니다.
요청의 콘텐츠 타입. 이 파라미터는 application/json으로 설정되어야 합니다.

경로 파라미터

token_id
integer
필수
KEY의 ID.

응답 파라미터

success
boolean
작업 성공 여부를 나타냅니다.
message
string
메시지 정보 (비어 있을 수 있음). 요청 실패 시 실패 사유를 반환합니다.
data
object
삭제 결과 객체 (인터페이스에서 반환됨). 빈 객체 {}일 수 있습니다.

마지막 업데이트: 2026-06-01