Permanently deletes a dictionary and cascades the attachment rows. Detaches it from every agent it was attached to. No other data is touched.
cURL
curl --request DELETE \ --url https://api.vocobase.com/api/v2/dictionaries/{id} \ --header 'Authorization: Bearer <token>'
{ "success": false, "error": { "code": "UNAUTHORIZED", "message": "Invalid or missing API key" } }
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
rg_live_xxxx
Dictionary ID.
Dictionary deleted.