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.

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.
Language
Authorization
Header
Click Try It! to start a request and see the response here!