BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_memory
delete_memory¶
- BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_memory(**kwargs)¶
Deletes a memory.
See also: AWS API Documentation
Request Syntax
response = client.delete_memory( clientToken='string', memoryId='string' )
- Parameters:
clientToken (string) –
A client token is used for keeping track of idempotent requests. It can contain a session id which can be around 250 chars, combined with a unique AWS identifier.
This field is autopopulated if not provided.
memoryId (string) –
[REQUIRED]
The unique identifier of the memory to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'memoryId': 'string', 'status': 'CREATING'|'ACTIVE'|'FAILED'|'DELETING' }
Response Structure
(dict) –
memoryId (string) –
The unique identifier of the deleted memory.
status (string) –
The current status of the memory deletion.
Exceptions
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ServiceException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ValidationException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.AccessDeniedException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ResourceNotFoundException
BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ThrottledException