LLM-readable documentation index
ApiV3GeneratedEntity Synonyms

Remove a Synonym from an Entity

Hand off to an LLM
DELETE
/v3/entities/{id}/synonyms/{synonymID}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

id*string

Entity public ID (ent_...). A merged-away id resolves to the surviving entity.

synonymID*string

Synonym public ID (esn_...).

Query Parameters

bucket?string

Optional bucket public ID (bkt_...) to scope the entity lookup to one bucket. Omit for the unscoped (all account+environment) view.

Response Body

curl -X DELETE "https://api.bem.ai/v3/entities/string/synonyms/string"
Empty