Skip to main content
DELETE
/
project
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://app.myhero.so/project/{projectId} \
  --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 a project by setting isDeleted: true and asynchronously cleans up its inner data. Returns the deleted projectId string on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
string
required