# AccountsDeleteInterestedPartyRequest

## Example Usage

```typescript
import { AccountsDeleteInterestedPartyRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: AccountsDeleteInterestedPartyRequest = {
  accountId: "01HC3MAQ4DR9QN1V8MJ4CN1HMK",
  interestedPartyId: "8096110d-fb55-4f9d-b883-b84f0b70d3ea",
};
```

## Fields

| Field                                | Type                                 | Required                             | Description                          | Example                              |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `accountId`                          | *string*                             | :heavy_check_mark:                   | The account id.                      | 01HC3MAQ4DR9QN1V8MJ4CN1HMK           |
| `interestedPartyId`                  | *string*                             | :heavy_check_mark:                   | The interestedParty id.              | 8096110d-fb55-4f9d-b883-b84f0b70d3ea |