BedrockAgentCoreControl / Client / delete_registry_record

delete_registry_record

BedrockAgentCoreControl.Client.delete_registry_record(**kwargs)

Deletes a registry record. The record’s status transitions to DELETING and the record is removed asynchronously.

See also: AWS API Documentation

Request Syntax

response = client.delete_registry_record(
    registryId='string',
    recordId='string'
)
Parameters:
  • registryId (string) –

    [REQUIRED]

    The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

  • recordId (string) –

    [REQUIRED]

    The identifier of the registry record to delete. You can specify either the Amazon Resource Name (ARN) or the ID of the record.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • BedrockAgentCoreControl.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControl.Client.exceptions.ConflictException

  • BedrockAgentCoreControl.Client.exceptions.ValidationException

  • BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControl.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControl.Client.exceptions.InternalServerException