Delete Project
Soft delete a project.
Marks the project as deleted without removing it from the database. Requires create_project permission on the owning organization.
Args: org_id: The organization ID project_id: The project ID to delete async_db: The database session
Returns: The deleted project object
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
project_id
Response
Successful Response
name
id
org_id
avatar_url
tasks_oauth_client_id
public_routing_key
agent_access_key
deleted
