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

Remove a note

DELETE/ticketing/{connection_id}/note/{id}

Parameters

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

};

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