> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/object-types/delete-asset-type-link-configuration.md).

# DeleteAssetTypeLinkConfiguration

The result object when deleting an asset type link configuration.

```graphql
type DeleteAssetTypeLinkConfiguration {
  success: Boolean!
}
```

### Fields

#### success ● [`Boolean!`](/api/graphql/data-access/scalars/boolean.md) non-null scalar <a href="#success" id="success"></a>

### Implemented By

`DeleteAssetTypeLinkConfigurationResult` union
