delete_registry_record¶
Operation¶
delete_registry_record
async
¶
delete_registry_record(input: DeleteRegistryRecordInput, plugins: list[Plugin] | None = None) -> DeleteRegistryRecordOutput
Deletes a registry record. The record's status transitions to
DELETING and the record is removed asynchronously.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteRegistryRecordInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteRegistryRecordOutput
|
An instance of |
Input¶
DeleteRegistryRecordInput
dataclass
¶
Output¶
DeleteRegistryRecordOutput
dataclass
¶
Dataclass for DeleteRegistryRecordOutput structure.