API reference
cURL
curl --request DELETE \ --url https://api.sandbox.isometric.com/mrv/v0/project_components/{component_id}/removal_attributions/{removal_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{}
Removes all attribution of a project component to a removal.
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
A secret token identifying the client connecting to the API
Successful Response
Was this page helpful?