Skip to main content
DELETE
/
api
/
ecosystems
/
{id}
Soft-delete an ecosystem (set is_active=false)
curl --request DELETE \
  --url https://api.example.com/api/ecosystems/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": [
      {
        "path": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Auth0 JWT access token

Path Parameters

id
string
required
Minimum string length: 1
Example:

"1"

Response

Ecosystem deleted