AI-generated Key Takeaways
-
This document outlines how to delete an existing creative field value using a DELETE HTTP request.
-
The request URL includes path parameters for the user profile ID, creative field ID, and creative field value ID.
-
The request body for this operation must be empty.
-
A successful response will have an empty JSON object as the response body.
-
This operation requires the
https://www.googleapis.com/auth/dfatraffickingauthorization scope.
Deletes an existing creative field value.
HTTP request
DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
creativeFieldId |
Creative field ID for this creative field value. |
id |
Creative Field Value 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