Undo the check-in of a guest to a class

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

MessageCodeDescription
The registration is canceled1004If 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 in1004If the guest is already on the Waitlist, and you are trying to undo the guest's check-in.
The registration is invalid1004If you are undoing the check-in of an invalid guest.
Class is invalid1001If an invalid registration_id is passed.
Passed class is not associated with passed session guid1004If the registration_id is not associated with the corresponding class.
The user is enrolled, can't undo sign in1004If you are undoing the check-in of a guest who is already enrolled.
The user status is closed1004If the guest's status is already closed.
Language
Authorization
Header
Click Try It! to start a request and see the response here!