Skip to main content
DELETE
/
biochar_applications
/
{id}
Delete Biochar Application
curl --request DELETE \
  --url https://api.sandbox.isometric.com/mrv/v0/biochar_applications/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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 A secret token identifying the client connecting to the API

Path Parameters

id
string
required

Response

Successful Response