Skip to main content
POST
/
v1.evidence.comment.deleted
Evidence comment deleted
curl --request POST \
  --url https://your-endpoint.example.com/v1.evidence.comment.deleted \
  --header 'Content-Type: application/json' \
  --data '
{
  "evidence": {
    "id": "8f9e0d1c2b3a4f5e6d7c8b9a",
    "auditId": "5f8d0f3b9d3f2a1b4c5d6e7f"
  },
  "comment": {
    "id": "6a7b8c9d0e1f2a3b4c5d6e7f"
  }
}
'

Body

application/json
evidence
object
required
comment
object
required

Response

200

Return any 2xx status within 15 seconds to acknowledge receipt.