Eval

POST /v1/eval/teardown

Hard-delete an ephemeral eval workspace. Body: { workspaceId }.

unison-brain
POST /v1/eval/teardown

Hard-delete an ephemeral eval workspace. Body: { workspaceId }.

Required scope: brain:admin

Example

curl -X POST 'https://brain.unisonlabs.ai/v1/eval/teardown' \
  -H "Authorization: Bearer $UNISON_TOKEN"

Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.