400), or an active membership / credit charge (500). Returns 404 if no client matches the ID. Requires a permission to delete the client.Authorization: Bearer ********************curl --location --globoff --request DELETE 'https://.daftra.com/api2/clients/' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"message": "Client has been deleted"
}