Skip to main content
DELETE
Delete prechain product

Authorizations

X-API-Key
string
header
required

Per-manufacturer API key in the X-API-Key header, format emidat-{key_id}-{secret} where key_id is a random public handle. Issued by an owner in the Emidat dashboard; carries its own permission scopes, optional plant restrictions, and optional expiry. A revoked, expired, or unknown key returns 401. See the Authentication guide for details.

Path Parameters

id
string<uuid>
required

UUID of the prechain product to delete.

Response

Prechain product deleted. Returns the deleted resource.

An existing product instance used as an upstream ("prechain") input at one of your plants, with an optional transport route and its per-kg impacts.

id
string<uuid>
required
external_id
string | null
required

Your own code for this prechain product, or null if none.

product_instance_id
string<uuid>
required

UUID of the product instance used as the input.

plant_id
string<uuid>
required

UUID of the consuming plant.

transport_route
object | null
required

Transport distances to the consuming plant, one per modality (km).

impacts_per_kg
object[] | null
required

Characterized impacts of the input per kg. Null until computed.

transport_impacts_per_kg
object[] | null
required

Transport-only impacts per kg. Null until computed.