Delete Advertiser Bundle Rules
DELETE {{baseUrl}}/preview/advertisers/:advertiserId/targeting/bundle-rules
Removes some bundles from the current list of targeted bundles for a given advertiser.
The mode of targeting (allowlist/blocklist) cannot be updated through this method.
Request Body
{"data"=>{"type"=>"<string>", "attributes"=>{"type"=>"BUNDLE", "mode"=>"BLOCKLIST", "data"=>[{"value"=>"<string>", "readOnly"=>"<boolean>", "active"=>"<boolean>"}, {"value"=>"<string>", "readOnly"=>"<boolean>", "active"=>"<boolean>"}]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"type":"\u003cstring\u003e","attributes":{"type":"DOMAIN","mode":"BLOCKLIST","data":[{"value":"\u003cstring\u003e","readOnly":"\u003cboolean\u003e","active":"\u003cboolean\u003e"},{"value":"\u003cstring\u003e","readOnly":"\u003cboolean\u003e","active":"\u003cboolean\u003e"}]}}}