Skip to main content

Delete group verification request

DELETE 

/groups-srv/verifications/requests/:id

This API call deletes a group verification request.

Operation Behavior:

  • Permanently removes the verification request from the system
  • Future verification attempts using this request ID will fail
  • This operation cannot be undone

Validation Rules:

  • id: Required (path parameter), must be a valid UUID format
  • Verification request must exist in the system

Business Rules:

  • Deleting a verification request does not affect past verification results
  • Any systems using this verification request ID will need to be updated
  • This operation is permanent and cannot be undone

Request

Responses

OK - Verification request deleted successfully