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
Documentation IndexFetch the complete documentation index at: https://docs.phare.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phare.io/llms.txt
Use this file to discover all available pages before exploring further.
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?