Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
Delete Project
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId} \
  --header 'Authorization: <authorization>'

Request

DELETE https://api.pathors.com/v1/projects/{projectId}

Path Parameters

projectId
string
required
The project ID

Headers

Authorization
string
required
Bearer token using your developer key

Response

{
  "message": "Project deleted"
}
This action is irreversible. All associated data (agent config, pathway, tools, sessions) will be permanently deleted. Only the project owner can delete a project.