Brain
DELETE /v1/brain/doc
Delete a brain .md document by path (SDK/CLI; agent uses `rm`).
DELETE /v1/brain/docDelete a brain .md document by path (SDK/CLI; agent uses rm).
Required scope: brain:write
Query parameters
| Name | Required | Notes |
|---|---|---|
path | yes |
Example
curl -X DELETE 'https://brain.unisonlabs.ai/v1/brain/doc' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.