Method: eventTags.delete

  • Deletes an existing event tag using an HTTP DELETE request.

  • Requires profileId and id as path parameters to identify the user profile and event tag.

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

  • Authorization is required with the dfatrafficking 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