Method: creativeFieldValues.delete

  • 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/dfatrafficking authorization 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

string (int64 format)

User profile ID associated with this request.

creativeFieldId

string (int64 format)

Creative field ID for this creative field value.

id

string (int64 format)

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