API Reference
Deletes a specific piece of evidence by ID.
cURL
curl --request DELETE \ --url https://app.gomangrove.com/api/v1/projects/{project_id}/events/{event_id}/evidences/{evidence_id} \ --header 'Authorization: <api-key>'
""
Unique event ID in the evt_XXXX syntax. For example: evt_DLnYvzbjSujNAvXE
evt_XXXX
evt_DLnYvzbjSujNAvXE
Unique numerical ID of evidence.
204
The response is of type any.
any