Cancel a Waitlist registration

Overview

Cancel a waitlist registration. Available for Client tokens.

The underlying controller inherits from Api::ClientApi::V1::BaseController, which only accepts client authentication.

Required Fields

  • Always required: business_uid, event_instance_uid, client_uid, and matter_uid
  • client_uid must be explicitly provided in the request body for the authorization check to pass. The controller extracts it from the request parameters, not from the token.
  • matter_uid is used to look up the specific waitlist entry to cancel.

Note

Staff can cancel waitlist entries using the business API endpoint PUT /business/scheduling/v1/waitlist/cancel which supports staff tokens and the waitlist_uid parameter.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!