DELETE
/
projects
/
{project_id}
/
monitoring_requirements
/
{monitoring_requirement_id}
/
submissions
/
{id}
curl --request DELETE \
  --url https://api.sandbox.isometric.com/mrv/v0/projects/{project_id}/monitoring_requirements/{monitoring_requirement_id}/submissions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
This response does not have an example.

This endpoint is in beta and requires opting-in.

Please contact support if you’re interested in using this endpoint.

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

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

project_id
string
required
monitoring_requirement_id
string
required
id
string
required

Response

204
_mintlify/placeholder

Successful Response