Skip to main content
DELETE
/
project
/
many
/
{projectIds}
Delete projects
curl --request DELETE \
  --url https://app.myhero.so/project/many/{projectIds} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectIds
string
required
Minimum string length: 1

Response

200 response

data
string[]
required