Groups
Delete a group
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’s
Descendant groups are soft-deleted in the same transaction but aren’t included in the response body. Their keys are revoked and their model attachments are removed.
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.
Authentication
string
required
Workspace API key with management scope, passed as
Authorization: Api-Key $BASETEN_API_KEY (or Bearer; both are accepted).Path parameters
string
required
Internal Baseten ID of the group to delete.
Response
string
required
Internal ID of the deleted group.
object
required
Group identity at the time of deletion. Same shape as on Create a group.
string
required
RFC 3339 UTC timestamp of deletion.
Errors
Previous
Create API keyMint a federated API key under a Frontier Gateway group. The plaintext key is returned exactly once.
Next