Method: eventTags.delete

  • The content provides documentation on how to delete an existing event tag using an HTTP DELETE request.

  • The HTTP request uses a specific URL format that includes profileId and id as path parameters.

  • Both the request body and the response body are empty for this operation.

  • Successful authorization requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

Deletes an existing event tag.

HTTP request

DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/eventTags/{id}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

Event tag ID.

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/dfatrafficking