API reference
cURL
curl --request DELETE \ --url https://api.sandbox.isometric.com/mrv/v0/label/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-client-secret: <x-client-secret>'
{}
Deletes a label in the Isometric system
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?