Remove a deduction

DELETE/hris/{connection_id}/deduction/{id}

Parameters

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

};

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