projects

Delete Project

Deletes a specific project based on the provided projectId. This operation marks the project as deleted and is irreversible.

delete/projects/{projectId}

Path parameters

projectIdstring required

The unique identifier of the project to delete. This must be passed as a path parameter in the URL.

Response

Success

idstring required

The unique identifier of the deleted project.

object'project' required

Fixed value identifying this object as a project.

deletedtrue required

Confirmation that the project has been deleted.

Changes