v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Cancel a guest's registration to a class

Purpose: The purpose of this API is to cancel the registration of a user to a class.

You must provide a unique identifier for the class_id as well as for the registration_id. The API then cancels the registration of a user to the class.

put/v1/classes/{class_id}/registrations/{registration_id}/cancel

Path parameters

class_idinteger required

Unique identifier of the class.

registration_idinteger required

Unique identifier of the registration of the class session booking that is to be canceled.

Request body

waive_feeboolean

As per your business policy, you can waive the cancelation fee. True: The cancellation fee is waived. False. The cancellation fee is not waived.

Response

200