Entities

Archive entity

Archive an entity. Archived entities no longer appear in GET /v1/entities and can't be attached to new workflows. Built-in entities (isBuiltIn: true) cannot be archived.

post/v1/entities/{entityId}/archive

Path parameters

entityIdstring required

The entity id (e.g. vg_enti_...).

Response

Archive acknowledged

entityIdstring required

The id of the archived entity.

archivedboolean required

Always true on success.

Changes

No recorded changes to this endpoint across all 1 revision of this API.