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.

Log in to see full request history

error Object

MessageCodeDescription
Something went wrong. Message: The invoice for the registration is closed. Please reopen the invoice and try again.1035This error message appears when you are trying to cancel the guest's registration on a workshop for which the invoice is already closed.
Invalid registration1004This message appears when the registration_id is invalid.
Workshop not found1001This message appears when the workshop_id is invalid.
The passed workshop is not associated with given registration1004This message appears when the workshop_id and the registration_id are not associated with each other.
Path Params
int32
required

Unique identifier of the classes workshop.

int32
required

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

Body Params
boolean

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

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json