Values.DisassociateQualificationFromWorkerRequestSourceThe DisassociateQualificationFromWorker revokes a previously granted Qualification from a user. You can provide a text message explaining why the Qualification was revoked. The user who had the Qualification can see this message.
type nonrec t = {workerId : CustomerId.t;The ID of the Worker who possesses the Qualification to be revoked.
*)qualificationTypeId : EntityId.t;The ID of the Qualification type of the Qualification to be revoked.
*)reason : String_.t option;A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
*)}val make :
?reason:??? ->
workerId:CustomerId.t ->
qualificationTypeId:EntityId.t ->
unit ->
t