Delete group verification request
DELETE/groups-srv/verifications/requests/:id
This API call deletes a group verification request.
Authentication Requirements:
- Requires
cidaas:groups_deletescope - Caller must be a member of
CIDAAS_ADMINSwith roleADMIN,SECONDARY_ADMIN,GROUPFILTER_MANAGER,GROUP_MANAGER, orGROUPSETUP_MANAGER
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 match pattern^[a-zA-Z0-9_-]+$- 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
Request
Responses
- 200
- 401
- 404
OK - Verification request deleted successfully
Unauthorized - Authentication failed or missing required scope
Not Found - Verification request does not exist