For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
ContactLearn More
GuidesReferenceSamplesLicenseChangelog
GuidesReferenceSamplesLicenseChangelog
  • SDKs
    • Overview
  • REST
  • gRPC
        • UNARYPublishEntity
        • STREAMPublishEntities
        • UNARYGetEntity
        • UNARYOverrideEntity
        • UNARYRemoveEntityOverride
        • STREAMStreamEntityComponents
ContactLearn More
gRPCanduril.entitymanager.v1EntityManagerAPI

RemoveEntityOverride

Example request
1{
2 "entity_id": "example",
3 "field_path": [
4 "example"
5 ]
6}
Example response
1{}
Remove an override for an Entity component.
Was this page helpful?
Previous

StreamEntityComponents

Next

RemoveEntityOverrideRequest

Request
This endpoint expects an object.
entity_idstring
The entity ID that the override will be removed from.
field_pathlist of strings
The field paths to remove from the override store for the provided entityId.

RemoveEntityOverrideResponse

Response
This endpoint returns an object.