Skip to main content
Version: 4.0.2

Delete group verification request

DELETE 

/groups-srv/verifications/requests/:id

This API call deletes a group verification request.

Authentication Requirements:

  • Requires cidaas:groups_delete scope
  • Caller must be a member of CIDAAS_ADMINS with role ADMIN, SECONDARY_ADMIN, GROUPFILTER_MANAGER, GROUP_MANAGER, or GROUPSETUP_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

OK - Verification request deleted successfully