v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPatch Removal Components
Change component attributions for the removal.
patch/removals/{id}/component_attributions
Path parameters
idstring required
Example:rmv_1EEM6NJXX1S0EXKD
Headers
x-client-secretstring required
A secret token identifying the client connecting to the API
Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
A secret token identifying the client connecting to the API
Request body
Example request
{
"components_to_add": [
{
"component_id": "cmp_1EP2SB7MZ1S036PY",
"component_group_key": "bio-oil-storage"
}
],
"components_to_remove": [
"cmp_1EP2SB7MZ1S036PY"
]
}Response
Successful Response
Example response
{
"id": "rmv_1EEM6NJXX1S0EXKD",
"ghg_statement_id": "ggs_1GDQJ99Z51S0DYW9",
"feedstock_type_id": "ftt_1D7KZ1P761S0G7BN"
}