DELETE
/
projects
/
{project_id}
/
events
/
{event_id}
/
evidences
/
{evidence_id}
curl --request DELETE \
  --url https://app.gomangrove.com/api/v1/projects/{project_id}/events/{event_id}/evidences/{evidence_id} \
  --header 'Authorization: <api-key>'
""

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required
event_id
string
required

Unique event ID in the evt_XXXX syntax. For example: evt_DLnYvzbjSujNAvXE

evidence_id
string
required

Unique numerical ID of evidence.

Response

204
application/json

204

The response is of type any.