Cancel the registration of a class session

This API helps you to cancel the registration of a class session booking.

You must provide a unique identifier of the registration as registration_id in the API request. The API then cancels the registration of the specified class session and returns the appropriate cancellation status.

Response Details

NameTypeDescription
IsRegnCancelledbooleanIndicates whether the registration of the class session booking was successfully canceled.
ErrorobjectObject that contains error message and error code details. For more information, refer to the Error Object table.

Error Object

codemessage
502 - InvalidInputThe RegistrationId passed is not of the logged-in guest.
Language
Authorization
Header
Click Try It! to start a request and see the response here!