Delete Project
projects
Delete Project
Delete a project (soft delete).
Parameters:
- project_id: Project UUID
Returns:
- Success message
Note: This will manually unlink all records from the project by setting their project_id to NULL, since ondelete=‘SET NULL’ only works with physical deletion, not soft deletion.
DELETE
Delete Project