Prueba el servidor de MCP para Google Analytics. Instala desde
GitHub y consulta el
anuncio para obtener más detalles.
Method: properties.delete
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Marca la propiedad de destino como borrada de forma no definitiva (es decir, "en la papelera") y la muestra.
Esta API no tiene un método para restablecer propiedades borradas de forma no definitiva. Sin embargo, se pueden restablecer con la IU de la papelera.
Si no se restablecen antes de la fecha de vencimiento, la propiedad y todos los recursos secundarios (p. ej., GoogleAdsLinks, Streams, AccessBindings) se purgarán de forma permanente. https://support.google.com/analytics/answer/6154772
Muestra un error si no se encuentra el destino.
Solicitud HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*}
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
name |
string
Obligatorio. Es el nombre de la propiedad que se borrará de forma diferida. Formato: properties/{property_id} Ejemplo: "properties/1000"
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de Property
.
Permisos de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/analytics.edit
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003eThis API allows for the soft deletion of a Google Analytics 4 property, essentially moving it to the trash.\u003c/p\u003e\n"],["\u003cp\u003eSoft-deleted properties and their associated resources are permanently deleted after a period; they can be restored before that time via the Trash Can UI.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires a DELETE request with the property ID specified in the path, and an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the API returns the soft-deleted Property object in the response body.\u003c/p\u003e\n"],["\u003cp\u003eTo use this API, you need the \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.edit\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["This API soft-deletes a specified property identified by its name (e.g., \"properties/1000\") via a `DELETE` HTTP request. The request body must be empty. Upon success, it returns the soft-deleted Property. Soft-deleted properties can be restored through the Trash Can UI but will be permanently purged if not restored before their expiration time. The required authorization scope is `https://www.googleapis.com/auth/analytics.edit`. An error is returned if the property is not found.\n"],null,["# Method: properties.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nMarks target Property as soft-deleted (ie: \"trashed\") and returns it.\n\nThis API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI.\n\nIf the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. \u003chttps://support.google.com/analytics/answer/6154772\u003e\n\nReturns an error if the target is not found.\n\n### HTTP request\n\n`DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: \"properties/1000\" |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Property](/analytics/devguides/config/admin/v1/rest/v1alpha/properties#Property).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]