DELETE
/
project_components
/
{component_id}
/
removal_attributions
/
{removal_id}
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>'
This response does not have an example.

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

component_id
string
required
removal_id
string
required

Response

204
_mintlify/placeholder

Successful Response