# 🗑️ Delete a client Delete a client by ID. Important: A client can only be deleted if they have no associated mandates. Delete all mandates for this client first before attempting to delete the client. Endpoint: DELETE /clients/{client_id} Version: 1.0.0 Security: APIKeyHeader ## Path parameters: - `client_id` (string, required) ## Response 404 fields (application/json): - `error` (string, required) - `code` (integer, required) - `trace_id` (string, required) ## Response 409 fields (application/json): - `error` (string, required) - `code` (integer, required) - `trace_id` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 204 fields