/evidence/{evidenceGuid}
Authorizations
HTTPRequired
Jwt Auth: Authenticated requests contain a valid Json Web Token (JWT) as part of the Authorization: Bearer <JWT> header.
Your Sentinel API Key
Path parameters
evidenceGuidstringRequired
Responses
200
Evidence was deleted
application/json
Responseobject
400
Bad Request or Unauthorised request.
application/json
delete
/evidence/{evidenceGuid}DELETE /api/v1/evidence/{evidenceGuid} HTTP/1.1
Host: sentinel.metatable.dev
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{}Last updated
Was this helpful?