cURL
curl --request DELETE \ --url http://localhost:8000/v2/workspaces/{workspace_id}/observations/{observation_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a specific observation.
This permanently deletes the observation (document) from the theory-of-mind system. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the workspace
ID of the observation to delete
Successful Response