AI agent? Read this page as Markdown at /ads/insertionorder/Remove_an_insertionorder.md — append .md to any docs URL, or start from /llms.txt.

Remove an insertionorder

DELETE/ads/{connection_id}/insertionorder/{id}

Parameters

connection_idstring required
ID of the connection
idstring required
ID of the Insertionorder
const options = {
  method: 'DELETE',
  url: 'https://api.unified.to/ads/5de520f96e439b002043d8dc/insertionorder/5de520f96e439b002043d8d8',
  headers: {
    authorization: 'bearer .....'
  },

};

const results = await axios.request(options);
Are we missing anything? Let us know
Was this page helpful?