Skip to main content
DELETE
/
project
/
{projectId}
cURL
curl --request DELETE \
  --url https://api.teamcamp.app/v1.0/project/{projectId} \
  --header 'apiKey: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.teamcamp.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required

Path Parameters

projectId
string
required

ID of project to delete

Response

Project deleted

The response is of type string.