AI-generated Key Takeaways
-
This page details how to delete an existing floodlight activity.
-
The HTTP request uses the DELETE method and requires a profile ID and floodlight activity ID as path parameters.
-
The request body must be empty, and a successful response body will also be empty.
-
The request requires the
https://www.googleapis.com/auth/dfatraffickingauthorization scope.
Deletes an existing floodlight activity.
HTTP request
DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/floodlightActivities/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
id |
Floodlight activity 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