API reference
cURL
curl --request DELETE \ --url https://api.sandbox.isometric.com/mrv/v0/removals/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
This response does not have an example.
This endpoint deletes a removal - this is irreversible and the removal cannot be recovered.
It will return an error if the removal is not in DRAFT status.
Was this page helpful?