cURL
curl --request DELETE \ --url https://api.honcho.dev/v3/workspaces/{workspace_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a Workspace. This will permanently delete all sessions, peers, messages, and conclusions associated with the workspace.
This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response