V1.7.0 - Ruiz Robles
over 1 year ago by Toqio's Product Team
<HTMLBlock>{`
<!DOCTYPE html>
<html>
<HTMLBlock>{`
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
</style>
`}</HTMLBlock>
<h2>New endpoints</h2>
<p>We have added two new endpoints that allow the rejection and deletion of clients: </p>
<br><div style={{ overflowX: "auto", overflow: "scroll" }}>
<table>
<tr>
<th>Name</th>
<th>New endpoint</th>
</tr>
<tr>
<td>Reject client</td>
<td>PUT "[https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/reject](https://api.sandbox.toq.io/iam/api/customers/{customerId}/clients/{clientId}/reject)"</td>
</tr>
<tr>
<td>Delete client</td>
<td>DELETE "[https://api.sandbox.toq.io/iam/api/customers/{customerId}/companies/{clientId}](https://api.sandbox.toq.io/iam/api/customers/{customerId}/companies/{clientId})"</td>
</tr>
</table>
</div>
</html>
`}</HTMLBlock>