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
- 200
- 401
- 404
OK - Verification request deleted successfully
Unauthorized - Authentication failed or missing required scope
Not Found - Verification request does not exist