AI-generated Key Takeaways
-
This document outlines how to delete a target SKAdNetworkConversionValueSchema using a DELETE HTTP request.
-
The request requires a
name
parameter in the path to specify the SKAdNetworkConversionValueSchema to be deleted. -
The request body must be empty, and a successful response will also have an empty body.
-
Deleting a SKAdNetworkConversionValueSchema requires the
https://www.googleapis.com/auth/analytics.edit
authorization scope.
Deletes target SKAdNetworkConversionValueSchema.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/sKAdNetworkConversionValueSchema/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the SKAdNetworkConversionValueSchema to delete. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetworkConversionValueSchema} |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit