Method: customers.deployments.delete
בקשת HTTP
DELETE https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}
כתובת ה-URL כוללת תחביר gRPC קידוד מחדש.
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התגובה
אם התגובה מוצלחת, גוף התגובה ריק.
היקפי הרשאה
יש צורך בהיקף OAuth הבא:
https://www.googleapis.com/auth/sasportal
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-11-02 (שעון UTC).
[null,null,["עדכון אחרון: 2022-11-02 (שעון UTC)."],[[["Deletes a specific deployment using an HTTP DELETE request."],["Requires the `name` path parameter to identify the target deployment."],["The request body should be empty, and a successful deletion results in an empty response body."],["Authorization is necessary using the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["The core function described is the deletion of a deployment. This is achieved via a `DELETE` HTTP request to a specified URL, formatted using gRPC Transcoding syntax. The URL contains a required `name` path parameter, which represents the deployment to be deleted. The request body must be empty, and a successful deletion results in an empty response body. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]