Method: properties.dataStreams.sKAdNetworkConversionValueSchema.delete

  • Deletes the specified SKAdNetworkConversionValueSchema using a DELETE request to the provided URL.

  • Requires a specific path parameter to identify the SKAdNetworkConversionValueSchema to be deleted.

  • The request body should be empty, and a successful deletion results in an empty response body.

  • Requires authorization with the https://www.googleapis.com/auth/analytics.edit 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

string

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