Skip to main content
DELETE
Delete supplier 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 supplier product to delete.

Response

Supplier product deleted. Returns the deleted resource.

id
string<uuid>
required
external_id
string | null
required

Your own code for this supplier product, as provided on creation.

name
string
required
Example:

"Portland Cement CEM I 42.5 R"

material_type
object
required

What this supplier product is made of — an Emidat elementary or a composite, by reference. Discriminated by category. Resolve a composite_id with GET /v2/composites/{id}.

plant_id
string<uuid>
required

The plant's Emidat UUID.

supplier_plant_id
string<uuid> | null
required

UUID of the supplier plant this material is sourced from. Resolve it with GET /v2/supplier-plants/{id}.

transport_route
object | null
required

Transport distances from the supplier plant to your gate, one per modality (km).

epd_id
string<uuid> | null
required
hazardous_substances
object[]
required

Hazardous substances in this material, each by CAS number and mass share.

lifetime_years
number | null
required
secondary_percentage
number | null
required
moisture_content_percentage
number | null
required
unit
enum<string>
required
Available options:
M,
M2,
M3,
KG,
T,
L,
KWH,
MJ,
UNIT,
METRIC TON*KM
Example:

"KG"

impacts_per_kg
object[] | null
required

Characterized cradle-to-gate impacts of this supplier product per kg. Null until computed.

transport_impacts_per_kg
object[] | null
required

The transport portion of this product's impacts per kg. Null until computed.

secondary_datasets
object[] | null
required

Background datasets used to compute the impacts.

created_at
string<date-time>
required