API 키
API 키 삭제
인증된 계정에 대해 ID로 CometAPI API 키 1개를 삭제합니다.
DELETE
cURL
이 엔드포인트를 사용해 ID로 API 키를 삭제할 수 있습니다.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Console → Personal Settings에서 personal access token을 생성한 다음, 이를 원시
Authorization 헤더 값으로 전송하세요. Bearer 접두사는 붙이지 마세요.id 경로 매개변수는 API 키 목록 조회에서 반환되는 숫자 키 ID입니다. 키를 삭제하면 해당 키 값은 영구적으로 제거되므로, 통합에 자격 증명이 다시 필요하면 새 API 키를 생성하세요.인증
Personal access token copied from CometAPI Console > Personal Settings. Send the raw token value; do not prefix it with Bearer.
경로 매개변수
Numeric API key ID returned by the list endpoint. Deleting this ID permanently invalidates that key value.