# SuiteDelete


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**destination_id** | **number** | If provided, child test cases would be moved to suite with such ID. | [optional] [default to undefined]

## Example

```typescript
import { SuiteDelete } from 'qase-api-client';

const instance: SuiteDelete = {
    destination_id,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
