Delete campaign flight order caps for an ad order - DEPRECATED

You need the order id and the flight cap id to delete a campaign flight cap record.

Example

Request

curl -X POST -H "Content-Type: application/json" -u <user>:<password> -d '[245]' https://sandbox-api.viant.com/v1/campaignflightcaps/byAdOrder/1578710/deleteByIds

Response

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