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_idstringRequiredformat: "uuid"
project_idstringRequiredformat: "uuid"

Response

Successful Response
namestring
idstringformat: "uuid"
org_idstringformat: "uuid"
avatar_urlstring or null
tasks_oauth_client_idstring or nullformat: "uuid"
public_routing_keystring or null
agent_access_keystring or null
deletedstring or nullformat: "date-time"

Errors