Method: dynamicTargetingKeys.delete

  • This API call deletes an existing dynamic targeting key using a DELETE HTTP request.

  • The request requires profileId and objectId as path parameters to identify the user profile and the dynamic targeting key object.

  • Required query parameters include the name and objectType of the dynamic targeting key to be deleted.

  • A successful response returns an empty JSON object and requires the https://www.googleapis.com/auth/dfatrafficking authorization scope.

Deletes an existing dynamic targeting key.

HTTP request

DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/dynamicTargetingKeys/{objectId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

objectId

string (int64 format)

ID of the object of this dynamic targeting key. This is a required field.

Query parameters

Parameters
name

string

Required. Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase.

objectType

enum (ObjectType)

Required. Type of the object of this dynamic targeting key. This is a required field.

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