AI-generated Key Takeaways
- 
          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 profileIdandidas path parameters.
- 
          Both the request body and the response body are empty for this operation. 
- 
          Successful authorization requires the https://www.googleapis.com/auth/dfatraffickingOAuth 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 | 
 User profile ID associated with this request. | 
| id | 
 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