cURL
curl --request DELETE \ --url https://api.phare.io/projects/{projectId} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Delete a project by ID
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.
ID of the project to delete
Was this page helpful?