Skip to content

Commit 62497aa

Browse files
committed
[release] Add docs link for data contract delete
1 parent c4bb99b commit 62497aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### New Features
44

5-
- **Data contract delete methods**: Added `client.contracts.delete(guid)` to hard-delete all versions of a data contract and `client.contracts.delete_latest_version(guid)` to delete only the latest version and promote the previous one. Includes `extra_headers` support on `_call_api()` for per-request custom headers. Implemented across all 4 client variants (sync/async × v1/v9).
5+
- **Data contract delete methods**: Added `client.contracts.delete(guid)` to hard-delete all versions of a data contract and `client.contracts.delete_latest_version(guid)` to delete only the latest version and promote the previous one. Includes `extra_headers` support on `_call_api()` for per-request custom headers. Implemented across all 4 client variants (sync/async × v1/v9). See [docs](https://developer.atlan.com/snippets/datacontract/manage-via-sdks/).
66

77
### Bug Fixes
88

0 commit comments

Comments
 (0)