latestOpenAPI 3.1.02026-08-236994571.1 MB

79928a3d37d3

model management

Delete Access Group

Delete an access group.

Removes the access group from all deployments that have it.

Example:

curl -X DELETE 'http://localhost:4000/access_group/production-models/delete' \
  -H 'Authorization: Bearer sk-1234'

Parameters:

  • access_group: str - The access group name (URL path parameter)

Returns:

  • DeleteModelGroupResponse with deletion details

Raises:

  • HTTPException 404: If access group not found
delete/access_group/{access_group}/delete

Path parameters

access_groupstring required

Response

Successful Response

access_groupstring required
models_updatedinteger required
messagestring required