DELETE
/
projects
/
{project_id}
/
storage_locations
/
{id}
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>'
This response has no body data.

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

Path Parameters

project_id
string
required
id
string
required