서비스 계정과 활성 토큰을 취소합니다.
curl --request DELETE \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
이 페이지가 도움이 되었나요?
curl --request DELETE \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}