Auth service accounts
Révoquer un compte de service de compte
Révoque un compte de service et son jeton actif.
DELETE
Révoquer un compte de service de compte
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Révoque un compte de service et son jeton actif.
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>"
}
]
}Cette page vous a-t-elle été utile ?
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>"
}
]
}