Method: properties.rollupPropertySourceLinks.delete
Usuwa link źródłowy usługi o pełnym zakresie. Tylko usługi o pełnym zakresie mogą mieć linki źródłowe, więc ta metoda spowoduje błąd, jeśli zostanie użyta w przypadku innych typów usług.
Żądanie HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/rollupPropertySourceLinks/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Format: usługi/{identyfikator_usługi}/powiązania_źródła_danych_usługi_o_pełnym_zakresie/{identyfikator_powiązania_źródła_danych_usługi_o_pełnym_zakresie} Przykład: usługi/1234/powiązania_źródła_danych_usługi_o_pełnym_zakresie/5678
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-14 UTC.
[null,null,["Ostatnia aktualizacja: 2025-01-14 UTC."],[[["Deletes a roll-up property source link, applicable only to roll-up properties, and throws an error if used on other property types."],["Uses an HTTP DELETE request with a specific URL structure including property and roll-up property source link IDs."],["Requires an empty request body and returns an empty response body upon successful deletion."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document outlines how to delete a roll-up property source link via an HTTP DELETE request. The request URL specifies the link to be deleted using a predefined format with `property_id` and `rollup_property_source_link_id`. No request body is needed. A successful deletion returns an empty JSON object. This action is limited to roll-up properties and requires the `analytics.edit` OAuth scope for authorization. The path parameter `name` format is required in the request.\n"]]