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>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Soft-deletes multiple projects supplied as a comma-separated list of IDs in the path. Returns the array of deleted project IDs.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectIds
string
required
Minimum string length: 1

Response

200 response

data
string[]
required