AI-generated Key Takeaways
- 
          This document outlines how to delete an existing creative field using an HTTP DELETE request. 
- 
          The request requires specific path parameters, including profileIdandid, to identify the creative field to be deleted.
- 
          The request body must be empty. 
- 
          A successful response will also have an empty body. 
- 
          Deleting a creative field requires authorization with the https://www.googleapis.com/auth/dfatraffickingOAuth 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