Skip to content

Delete Project

DELETE
/api/v1/workspaces/{workspace_id}/projects/{id}
curl --request DELETE \
--url https://example.com/%7B%7Bapp_url%7D/api/v1/workspaces/1/projects/1 \
--header 'Authorization: Bearer <token>'

Deletes a project.

workspace_id
required
integer

Workspace ID

id
required
integer

Project ID

Successful