Autorizaciones
Revocar autorización
Revocar autorización de cuenta
DELETE
Revocar autorización de cuenta
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Revocar autorización de cuenta
curl --request DELETE \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/auth/authorizations/{grant_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}¿Esta página le ayudó?
curl --request DELETE \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/auth/authorizations/{grant_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}