Method: users.settings.sendAs.smimeInfo.delete
מוחק את תצורת S/MIME שצוינה עבור הכינוי שצוין לשליחה כ.
בקשת HTTP
DELETE https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של נתיב
פרמטרים |
userId |
string
זוהי כתובת האימייל של המשתמש. ניתן להשתמש בערך המיוחד me כדי לציין את המשתמש המאומת.
|
sendAsEmail |
string
כתובת האימייל שמופיעה בכותרת 'מאת:' בהודעות שנשלחות באמצעות כתובת האימייל הזו.
|
id |
string
המזהה הקבוע של SmimeInfo.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התגובה
אם הביצוע יהיה תקין, גוף התגובה יהיה ריק.
היקפי הרשאות
כדי להשתמש בתכונה הזו יש צורך באחד מההיקפים הבאים של OAuth:
https://www.googleapis.com/auth/gmail.settings.basic
https://www.googleapis.com/auth/gmail.settings.sharing
למידע נוסף, ניתן לעיין במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-05 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-05 (שעון UTC)."],[[["Deletes the specified S/MIME config for a given send-as alias using a DELETE request."],["Requires the user's email address, send-as email address, and S/MIME config ID as path parameters."],["The request body should be empty, and a successful response will also be empty."],["Needs authorization with either `https://www.googleapis.com/auth/gmail.settings.basic` or `https://www.googleapis.com/auth/gmail.settings.sharing` scope."]]],["This document outlines the process to delete an S/MIME configuration for a send-as alias using a DELETE HTTP request. The request URL requires the `userId`, `sendAsEmail`, and `id` as path parameters, identifying the user, send-as alias, and S/MIME configuration respectively. The request body must be empty, and a successful operation returns an empty response body. Authorization necessitates either the `gmail.settings.basic` or `gmail.settings.sharing` OAuth scope.\n"]]