put
https://api.vcita.biz/platform/v1/scheduling/waitlist/cancel
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, andmatter_uid client_uidmust 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_uidis 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.
