Auth service accounts
Revoca account di servizio dell’account
Revoca un account di servizio e il suo token attivo.
DELETE
Revoca account di servizio dell’account
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Revoca un account di servizio e il suo token attivo.
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>"
}
]
}Questa pagina è stata 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>"
}
]
}