cURL
curl --request DELETE \ --url https://staging.terminal3.io/v1/sub_client/{subclient_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-api-token: <x-api-token>'
{ "success": true }
This API allows a master client to delete an existing sub-client.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x > 0
Success
true
false