// 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;}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-05-24 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."]]],["The `DeleteWaitlistEntry` method removes a waitlist entry using its partner-provided `waitlist_entry_id`. A failed update due to business logic errors will include the error in the response. Deleting a non-existent entry results in a 404 (Not Found) HTTP status code. The request requires a `waitlist_entry_id`, and successful deletion returns an empty message. A sample request uses a `waitlist_entry_id`, like \"MYS-1668739060\", with an empty JSON object returned on success.\n"]]