Auth groups
Delete Group
Delete Account Auth Group
DELETE
Delete Account Auth Group
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete Account Auth Group
curl --request DELETE \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/auth/groups/{group_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}curl --request DELETE \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/auth/groups/{group_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}