Autorisaties
autorisatie intrekken
accountautorisatie intrekken
DELETE
accountautorisatie intrekken
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
accountautorisatie intrekken
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>"
}
]
}Was deze pagina nuttig?
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>"
}
]
}