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

Authorizations

apiKey
string
header
required

Path Parameters

projectId
string
required

ID of project to delete

Response

204
application/json
Project deleted

The response is of type string.