put https://api.zenoti.com/classes//registrations//undo_sign_in
Use this API to undo the guest's check-in to your class. You can only undo the check-in of guests who are already checked in.
You must specify the class_id
and the registration_id
of the guest for whom you want to undo the check-in.
error Object
Message | Code | Description |
---|---|---|
The registration is canceled | 1004 | If you are undoing the check-in of a guest who has already canceled the registration. |
User is waitlisted in the class and cannot undo sign in | 1004 | If the guest is already on the Waitlist, and you are trying to undo the guest's check-in. |
The registration is invalid | 1004 | If you are undoing the check-in of an invalid guest. |
Class is invalid | 1001 | If an invalid registration_id is passed. |
Passed class is not associated with passed session guid | 1004 | If the registration_id is not associated with the corresponding class. |
The user is enrolled, can't undo sign in | 1004 | If you are undoing the check-in of a guest who is already enrolled. |
The user status is closed | 1004 | If the guest's status is already closed. |