v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Cancel a guest's registration to a workshop

Purpose: The purpose of this API is to cancel the guest's registration for a workshop.

You must provide a unique identifier for the workshop_id and the registration_id. The API call then cancels the workshop registration of a guest.

put/v1/workshops/{workshop_id}/registrations/{registration_id}/cancel

Path parameters

workshop_idinteger required

Unique identifier of the classes workshop.

registration_idinteger required

Unique identifier of the registration of the workshop that is to be cancelled.

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