Stay organized with collections
Save and categorize content based on your preferences.
The client uses DeleteWaitlistEntry delete an existing waitlist entry.
If updating a booking fails due to any business logic error, the error
should be populated in the response. Delete for non-existing resources
should return
HTTP status code 404 (Not Found).
Request
DeleteWaitlistEntryRequest
Return value
google.protobuf.Empty (an empty message)
// Cancel the user's entry in the waitlist.messageDeleteWaitlistEntryRequest{// Required. The partner-provided ID for the waitlist entry to be deleted.stringwaitlist_entry_id=1;}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["The `DeleteWaitlistEntry` method allows clients to remove an existing waitlist entry."],["Requests must include the `waitlist_entry_id` in the request body."],["Successful deletion returns an empty response, while attempts to delete non-existent entries result in a 404 (Not Found) error."],["Business logic errors during deletion will be indicated in the response."]]],[]]