AI-generated Key Takeaways
-
Deletes an existing creative field through a DELETE request to the specified URL.
-
Requires user profile ID and creative field ID as path parameters.
-
The request body should be empty, and a successful response will also be empty.
-
Needs authorization with the
dfatrafficking
scope.
Deletes an existing creative field.
HTTP request
DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creativeFields/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
id |
Creative Field 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