# Delete Treasury Movement Deletes a client’s treasury movement. Endpoint: DELETE /api/v3/clients/{client_id}/treasury_movements/{id}.json Version: 2.0.0 Security: apiKeyAuth ## Path parameters: - `client_id` (string, required) ID of the client. Example: "12345" - `id` (integer, required) The ID of the regularization you want to delete. Example: 1 ## Query parameters: - `api_key` (string, required) Your API Key. Example: "YOUR_API_KEY" ## Response 401 fields (application/json): - `errors` (object) - `errors.error` (string) Example: "Invalid API key" ## Response 404 fields (application/json): - `errors` (array) Lista de erros retornada quando o cliente não é encontrado. Example: [{"error":"Client not found"}] - `errors.error` (string) ## Response 204 fields