delete_data_accessor¶
Operation¶
delete_data_accessor
async
¶
delete_data_accessor(input: DeleteDataAccessorInput, plugins: list[Plugin] | None = None) -> DeleteDataAccessorOutput
Deletes a specified data accessor. This operation permanently removes the data accessor and its associated IAM Identity Center application. Any access granted to the ISV through this data accessor will be revoked.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteDataAccessorInput
|
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 |
|---|---|
DeleteDataAccessorOutput
|
An instance of |
Input¶
DeleteDataAccessorInput
dataclass
¶
Output¶
DeleteDataAccessorOutput
dataclass
¶
Dataclass for DeleteDataAccessorOutput structure.