AuthKey
인증키 폐기
DELETE /auth-keys/:id
DELETE
/api/rest/v1/auth-keys/:id인증키 폐기
인증: Bearer 인증키 (REST_API) 또는 세션
Response Example
{
"data": {
"id": "clx...",
"revoked": true
}
}AuthKey
DELETE /auth-keys/:id
/api/rest/v1/auth-keys/:id인증키 폐기
인증: Bearer 인증키 (REST_API) 또는 세션
{
"data": {
"id": "clx...",
"revoked": true
}
}