AI-generated Key Takeaways
-
Deletes an existing dynamic targeting key via DELETE request to the specified endpoint.
-
Requires
profileId
andobjectId
as path parameters andname
withobjectType
as query parameters. -
The request body should be empty and a successful operation results in an empty response body.
-
Authorization is necessary with the
dfatrafficking
scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
User profile ID associated with this request. |
objectId |
ID of the object of this dynamic targeting key. This is a required field. |
Query parameters
Parameters | |
---|---|
name |
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 |
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