Skip to main content
DELETE
/
projects
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://api.phare.io/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.
This endpoint can only be called with an organization-scoped API key.

Authorizations

Authorization
string
header
required

Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.

Path Parameters

projectId
integer
required

ID of the project to delete

Response