Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
Delete project
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

Project ID

Response

Deleted

message
string
required