v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465766489.0 KB

Deletes an event from an AgentCore Memory resource. When you delete an event, it is permanently removed.

To use this operation, you must have the bedrock-agentcore:DeleteEvent permission.

delete/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}

Path parameters

memoryIdstring required

The identifier of the AgentCore Memory resource from which to delete the event.

sessionIdstring required

The identifier of the session containing the event to delete.

eventIdstring required

The identifier of the event to delete.

actorIdstring required

The identifier of the actor associated with the event to delete.

Response

Success

eventIdstring required

The identifier of the event that was deleted.