๐ Share how you're building agents for a chance to win LangChain swag!
cURL
curl --request DELETE \ --url https://api.example.com/store/items \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "namespace": [ "<string>" ] } '
"<string>"
Request to delete an item.
The unique identifier for the item.
A list of strings representing the namespace path.
Success
Was this page helpful?