API reference
cURL
curl --request DELETE \ --url https://api.sandbox.isometric.com/mrv/v0/projects/{project_id}/storage_locations/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a storage location for a project
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?