API Runner
organization Endpoints
All endpoints for the organization API group. Great for feeding into an LLM context.
DELETE
/v1/organization/{organization_id}
Delete Organization Route
Parameters
organization_id*
in: path
Responses
200Successful Response
application/json
{}404Not found
422Validation Error
application/json
{
"$ref": "#/components/schemas/HTTPValidationError"
}