Delete campaign flight for a campaign by ID - DEPRECATED

The caller needs the campaign id and the campaign flight id to delete a campaign flight. Campaign flights that are completed or in progress cannot be deleted.

Request

POST /campaignflight/byCampaign/<campaign id>/deleteByIds

Example

Request

curl -X POST -H "Content-Type: application/json" -u <user>:<password> -d '[10148]' https://sandbox-api.viant.com/v1/campaignflight/byCampaign/307908/deleteByIds

Response

{
  "messages": [],
  "entity": true
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!