Delete a Frontier Gateway group, recursively remove its descendants, and revoke every key in the subtree.
Delete a group. The call removes the group, revokes every API key in the group, and recursively removes every descendant group and their keys. The group’sDocumentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
external_entity_id is freed for reuse: you can POST /v1/gateway/groups again with the same value to provision a fresh group.
To revoke a single key without churning the whole group, use Revoke an API key instead.
Api-Key <your-key>.| Status | Meaning |
|---|---|
403 Forbidden | The group exists but isn’t in your workspace, or the caller doesn’t have management scope. |
404 Not Found | No group with this id in your workspace, or it has already been deleted. |