Skip to main content
DELETE
/
assets
/
{asset_id}
Delete an asset
curl --request DELETE \
  --url https://app.gomangrove.com/api/v1/assets/{asset_id} \
  --header 'Authorization: <api-key>'
{
  "status": "error",
  "statusCode": 404,
  "errors": [
    {
      "message": "Record not found"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

asset_id
string
required

Asset friendly ID (e.g., asset_abc123def456)

Response

204