Skip to content

Bedrock Agentcore Control  >  Operations  >  delete_workload_identity

delete_workload_identity

Operation

delete_workload_identity async

delete_workload_identity(input: DeleteWorkloadIdentityInput, plugins: list[Plugin] | None = None) -> DeleteWorkloadIdentityOutput

Deletes a workload identity.

Parameters:

Name Type Description Default
input DeleteWorkloadIdentityInput

An instance of DeleteWorkloadIdentityInput.

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
DeleteWorkloadIdentityOutput

An instance of DeleteWorkloadIdentityOutput.

Input

DeleteWorkloadIdentityInput dataclass

Dataclass for DeleteWorkloadIdentityInput structure.

Attributes

name class-attribute instance-attribute
name: str | None = None

The name of the workload identity to delete.

Output

DeleteWorkloadIdentityOutput dataclass

Dataclass for DeleteWorkloadIdentityOutput structure.