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

Body

application/json
informationRequest
object
required
evidence
object
required

Response

200

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