Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
Delete Project
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/projects/{projectId} \
  --header 'anchor-api-key: <api-key>'
{
  "success": true
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required

Response

Project deleted successfully.

success
boolean