# Deletes a specific bookkeeping rule for the specified client. The rule to delete is identified by its unique rule ID. Endpoint: DELETE /api/v1/clients/{clientId}/bookkeeping/transaction-rules/{ruleId} Version: 1 Security: , , , ## Path parameters: - `clientId` (string, required) - `ruleId` (string, required) ## Response 403 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 404 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 204 fields