Delete Project Endpoint

Deletes a project and all associated data including images, folders, persons, and associations.

Query Parameters: projectId (int): The ID of the project to delete (required)

Returns: JSON response with: - message: Success message - project_id: The deleted project ID

Errors: - 400 if projectId is missing - 404 if project is not found - 500 if deletion fails

delete/deleteProject

Query parameters

projectIdinteger required

Response

Successful Response

{"stackTrail":"paths:/deleteProject:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.