Logo
Real UISupport 3 Docs

AuthKey

인증키 폐기

DELETE /auth-keys/:id

DELETE
/api/rest/v1/auth-keys/:id

인증키 폐기

인증: Bearer 인증키 (REST_API) 또는 세션

Response Example
{
  "data": {
    "id": "clx...",
    "revoked": true
  }
}