Skip to main content

Deletes Campaign Filters

POST 

/campaign-filters/delete

Deletes campaign filters whose Ids are specified in the provided list of campaign filter Ids. Authorized callers must be an ORG_ADMIN or a CERT_ADMIN.

Request

Body

arrayrequired

A json list of IDs of campaign filters to delete.

  • Array [
  • string

  • ]

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...