DELETE /v1/conversation-folders/:id

Auth: tenant — _Status:_ stable

Delete a conversation folder. Conversations in the folder are unfiled (folder_id cleared); they are not deleted.

Request

Path paramTypeDescription
idintFolder id.
curl -X DELETE \
  -H "Authorization: Bearer atr_…" \
  http://arbiter.example.com/v1/conversation-folders/3

Response

200 OK

{ "deleted": true }

Failure modes

StatusWhenBody
401Missing / invalid bearer.{"error": "..."}
404Id doesn't exist or belongs to another tenant.{"error": "folder not found"}

See also