Delete the explicit card surface configuration for one card surface.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Delete, RequestUri = new Uri("https://example.com/api/workspace/admin/entity-definitions/example/ui/card-surfaces/example/configuration"),};using (var response = await client.SendAsync(request)){ response.EnsureSuccessStatusCode(); var body = await response.Content.ReadAsStringAsync(); Console.WriteLine(body);}const url = 'https://example.com/api/workspace/admin/entity-definitions/example/ui/card-surfaces/example/configuration';const options = {method: 'DELETE'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://example.com/api/workspace/admin/entity-definitions/example/ui/card-surfaces/example/configurationAuthorizations
Section titled “Authorizations”- None
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.
Responses
Section titled “Responses”OK
object
Admin-facing card surface configuration.
object
Minimal runtime entity metadata used by explicit UI surfaces.
object
Entity definition identifier.
Internal entity key used by runtime routes.
User-facing singular name.
User-facing plural name.
Whether entity comments are enabled.
Whether entity attachments are enabled.
Whether entity tags are enabled.
Whether runtime configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Persisted card surface identifier.
Custom card surface name.
Custom card surface key.
Whether this card surface is the current default card.
Stable NET package root id when this card surface is package-owned.
NET package artifact id when this card surface is package-owned.
Stable package surface id when this card surface is package-owned.
Configured card tabs.
Reusable tab metadata for card surfaces.
object
Tab identifier.
Stable tab key.
Visible tab title.
Display order.
Configured card items.
One card item.
object
Stable item identifier.
Display order.
Owning tab when tabs are configured.
Optional overridden label.
Optional hint text.
Resolved binding metadata for one UI field reference.
object
Field identifier when the binding points to an entity field.
Runtime field key when the binding points to an entity field.
Whether the bound field is always required.
Visibility condition expression for draft-aware UI evaluation.
Requiredness condition expression for draft-aware UI evaluation.
Editability condition expression for draft-aware UI evaluation.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Whether the bound field allows multiple values.
Decimal precision when applicable.
Decimal scale when applicable.
String max length when applicable.
Target entity definition identifier for reference-style fields.
Paired reference field identifier for inverse reference fields.
Whether root-list sorting by linked display value is allowed.
Select options when applicable.
Option metadata for select fields.
object
Option identifier.
Owning field identifier.
Option key.
Option display value.
Sort order.
Access-shaped child-table fields when the binding targets a table field.
One access-shaped child-table field for runtime UI rendering.
object
Child field identifier.
Display label for the child field.
Whether the caller may edit this child field.
Reference path configured for breadcrumb rendering.
Whether the caller can access at least one child-table field.
Whether the caller can access nested table child fields.
Base currency code for Money fields.
Configured default applied to an absent primary field on create or an absent child field in a new table row. It does not change existing rows.
object
Canonical constant JSON value. A scalar Reference contains only the target entity-instance id string. Null for dynamic defaults.
object
Stable key when the binding targets a unified responsibility.
Display name when the binding targets a unified responsibility.
Display field identifier when the binding targets a display-only computed field.
Display field key when the binding targets a display-only computed field.
Display field display name when the binding targets a display-only computed field.
Object-context fact configuration id when the binding targets a contextual fact.
Provider key that owns the object-context fact payload.
object
Whether an address field must be captured through a coordinate-aware editor.
Bound Classifier Catalog Definition identifier.
Bound Classifier Catalog Definition key.
Bound Classifier Catalog Definition display name.
Owning entity definition identifier used by destination-scoped field capabilities.
Owning entity definition table identifier used by destination-scoped field capabilities.
Text-block content when the item is a text block.
Optional alert title.
Alert body.
Optional top margin in pixels.
Optional bottom margin in pixels.
Optional top padding in pixels.
Optional bottom padding in pixels.
Optional left padding in pixels.
Optional right padding in pixels.
Responsive span from 1 through 3; null uses one column.
Whether the item remains visible in the effective runtime model.
Reference path configured for breadcrumb rendering.
Configured reference open target and role-aware target-surface selectors.
object
Role-aware target-surface selectors.
Role-aware selector row used by hosted surfaces and lookup inputs.
object
Persisted selector row id. New client rows may send null.
Higher values are evaluated first.
Custom surface key when Moltaro.Entity.Ui.Models.EntityUiSurfaceSelectorAdminModel.Mode is custom key.
Workspace role ids that may use the selector; empty means all roles.
Read-only field projection backed by a materialized related-field path.
object
Runtime field-key path from the root entity to the projected terminal field.
Runtime reference path required for materialization.
First primary-table reference field identifier.
Second reference field identifier inside the first target definition when configured.
Third reference field identifier inside the second target definition when configured.
Projected terminal field identifier inside the final target definition.
Explicit card label-chip rules keyed by client-exposed statements.
Explicit card label rule keyed by statement id.
object
Statement identifier.
Override chip label, or null to use the statement display name.
Rule sort order.
Chip color token.
Chip variant token.
object
object
object
object
Example
{ "Data": { "SurfaceType": 0, "Source": 0, "Items": [ { "ItemType": 0, "Binding": { "RefKind": 0, "SystemField": 0, "FieldType": 0, "ReferenceDeleteBehavior": 0, "TableFields": [ { "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "VisibleWhenOperationMode": 0, "RequiredWhenOperationMode": 0, "EditableWhenOperationMode": 0, "DefaultValue": { "Kind": 0 }, "SemanticRole": 0 }, "Renderer": 0, "TextBlockStyle": 0, "AlertTone": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0, "ReferenceOpenTarget": { "Target": 0, "SurfaceSelectors": [ { "Mode": 0 } ] } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Bad Request
object
Admin-facing card surface configuration.
object
Minimal runtime entity metadata used by explicit UI surfaces.
object
Entity definition identifier.
Internal entity key used by runtime routes.
User-facing singular name.
User-facing plural name.
Whether entity comments are enabled.
Whether entity attachments are enabled.
Whether entity tags are enabled.
Whether runtime configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Persisted card surface identifier.
Custom card surface name.
Custom card surface key.
Whether this card surface is the current default card.
Stable NET package root id when this card surface is package-owned.
NET package artifact id when this card surface is package-owned.
Stable package surface id when this card surface is package-owned.
Configured card tabs.
Reusable tab metadata for card surfaces.
object
Tab identifier.
Stable tab key.
Visible tab title.
Display order.
Configured card items.
One card item.
object
Stable item identifier.
Display order.
Owning tab when tabs are configured.
Optional overridden label.
Optional hint text.
Resolved binding metadata for one UI field reference.
object
Field identifier when the binding points to an entity field.
Runtime field key when the binding points to an entity field.
Whether the bound field is always required.
Visibility condition expression for draft-aware UI evaluation.
Requiredness condition expression for draft-aware UI evaluation.
Editability condition expression for draft-aware UI evaluation.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Whether the bound field allows multiple values.
Decimal precision when applicable.
Decimal scale when applicable.
String max length when applicable.
Target entity definition identifier for reference-style fields.
Paired reference field identifier for inverse reference fields.
Whether root-list sorting by linked display value is allowed.
Select options when applicable.
Option metadata for select fields.
object
Option identifier.
Owning field identifier.
Option key.
Option display value.
Sort order.
Access-shaped child-table fields when the binding targets a table field.
One access-shaped child-table field for runtime UI rendering.
object
Child field identifier.
Display label for the child field.
Whether the caller may edit this child field.
Reference path configured for breadcrumb rendering.
Whether the caller can access at least one child-table field.
Whether the caller can access nested table child fields.
Base currency code for Money fields.
Configured default applied to an absent primary field on create or an absent child field in a new table row. It does not change existing rows.
object
Canonical constant JSON value. A scalar Reference contains only the target entity-instance id string. Null for dynamic defaults.
object
Stable key when the binding targets a unified responsibility.
Display name when the binding targets a unified responsibility.
Display field identifier when the binding targets a display-only computed field.
Display field key when the binding targets a display-only computed field.
Display field display name when the binding targets a display-only computed field.
Object-context fact configuration id when the binding targets a contextual fact.
Provider key that owns the object-context fact payload.
object
Whether an address field must be captured through a coordinate-aware editor.
Bound Classifier Catalog Definition identifier.
Bound Classifier Catalog Definition key.
Bound Classifier Catalog Definition display name.
Owning entity definition identifier used by destination-scoped field capabilities.
Owning entity definition table identifier used by destination-scoped field capabilities.
Text-block content when the item is a text block.
Optional alert title.
Alert body.
Optional top margin in pixels.
Optional bottom margin in pixels.
Optional top padding in pixels.
Optional bottom padding in pixels.
Optional left padding in pixels.
Optional right padding in pixels.
Responsive span from 1 through 3; null uses one column.
Whether the item remains visible in the effective runtime model.
Reference path configured for breadcrumb rendering.
Configured reference open target and role-aware target-surface selectors.
object
Role-aware target-surface selectors.
Role-aware selector row used by hosted surfaces and lookup inputs.
object
Persisted selector row id. New client rows may send null.
Higher values are evaluated first.
Custom surface key when Moltaro.Entity.Ui.Models.EntityUiSurfaceSelectorAdminModel.Mode is custom key.
Workspace role ids that may use the selector; empty means all roles.
Read-only field projection backed by a materialized related-field path.
object
Runtime field-key path from the root entity to the projected terminal field.
Runtime reference path required for materialization.
First primary-table reference field identifier.
Second reference field identifier inside the first target definition when configured.
Third reference field identifier inside the second target definition when configured.
Projected terminal field identifier inside the final target definition.
Explicit card label-chip rules keyed by client-exposed statements.
Explicit card label rule keyed by statement id.
object
Statement identifier.
Override chip label, or null to use the statement display name.
Rule sort order.
Chip color token.
Chip variant token.
object
object
object
object
Example
{ "Data": { "SurfaceType": 0, "Source": 0, "Items": [ { "ItemType": 0, "Binding": { "RefKind": 0, "SystemField": 0, "FieldType": 0, "ReferenceDeleteBehavior": 0, "TableFields": [ { "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "VisibleWhenOperationMode": 0, "RequiredWhenOperationMode": 0, "EditableWhenOperationMode": 0, "DefaultValue": { "Kind": 0 }, "SemanticRole": 0 }, "Renderer": 0, "TextBlockStyle": 0, "AlertTone": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0, "ReferenceOpenTarget": { "Target": 0, "SurfaceSelectors": [ { "Mode": 0 } ] } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Forbidden
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
Admin-facing card surface configuration.
object
Minimal runtime entity metadata used by explicit UI surfaces.
object
Entity definition identifier.
Internal entity key used by runtime routes.
User-facing singular name.
User-facing plural name.
Whether entity comments are enabled.
Whether entity attachments are enabled.
Whether entity tags are enabled.
Whether runtime configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Persisted card surface identifier.
Custom card surface name.
Custom card surface key.
Whether this card surface is the current default card.
Stable NET package root id when this card surface is package-owned.
NET package artifact id when this card surface is package-owned.
Stable package surface id when this card surface is package-owned.
Configured card tabs.
Reusable tab metadata for card surfaces.
object
Tab identifier.
Stable tab key.
Visible tab title.
Display order.
Configured card items.
One card item.
object
Stable item identifier.
Display order.
Owning tab when tabs are configured.
Optional overridden label.
Optional hint text.
Resolved binding metadata for one UI field reference.
object
Field identifier when the binding points to an entity field.
Runtime field key when the binding points to an entity field.
Whether the bound field is always required.
Visibility condition expression for draft-aware UI evaluation.
Requiredness condition expression for draft-aware UI evaluation.
Editability condition expression for draft-aware UI evaluation.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value, serialized as an invariant string to preserve decimal precision.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Whether the bound field allows multiple values.
Decimal precision when applicable.
Decimal scale when applicable.
String max length when applicable.
Target entity definition identifier for reference-style fields.
Paired reference field identifier for inverse reference fields.
Whether root-list sorting by linked display value is allowed.
Select options when applicable.
Option metadata for select fields.
object
Option identifier.
Owning field identifier.
Option key.
Option display value.
Sort order.
Access-shaped child-table fields when the binding targets a table field.
One access-shaped child-table field for runtime UI rendering.
object
Child field identifier.
Display label for the child field.
Whether the caller may edit this child field.
Reference path configured for breadcrumb rendering.
Whether the caller can access at least one child-table field.
Whether the caller can access nested table child fields.
Base currency code for Money fields.
Configured default applied to an absent primary field on create or an absent child field in a new table row. It does not change existing rows.
object
Canonical constant JSON value. A scalar Reference contains only the target entity-instance id string. Null for dynamic defaults.
object
Stable key when the binding targets a unified responsibility.
Display name when the binding targets a unified responsibility.
Display field identifier when the binding targets a display-only computed field.
Display field key when the binding targets a display-only computed field.
Display field display name when the binding targets a display-only computed field.
Object-context fact configuration id when the binding targets a contextual fact.
Provider key that owns the object-context fact payload.
object
Whether an address field must be captured through a coordinate-aware editor.
Bound Classifier Catalog Definition identifier.
Bound Classifier Catalog Definition key.
Bound Classifier Catalog Definition display name.
Owning entity definition identifier used by destination-scoped field capabilities.
Owning entity definition table identifier used by destination-scoped field capabilities.
Text-block content when the item is a text block.
Optional alert title.
Alert body.
Optional top margin in pixels.
Optional bottom margin in pixels.
Optional top padding in pixels.
Optional bottom padding in pixels.
Optional left padding in pixels.
Optional right padding in pixels.
Responsive span from 1 through 3; null uses one column.
Whether the item remains visible in the effective runtime model.
Reference path configured for breadcrumb rendering.
Configured reference open target and role-aware target-surface selectors.
object
Role-aware target-surface selectors.
Role-aware selector row used by hosted surfaces and lookup inputs.
object
Persisted selector row id. New client rows may send null.
Higher values are evaluated first.
Custom surface key when Moltaro.Entity.Ui.Models.EntityUiSurfaceSelectorAdminModel.Mode is custom key.
Workspace role ids that may use the selector; empty means all roles.
Read-only field projection backed by a materialized related-field path.
object
Runtime field-key path from the root entity to the projected terminal field.
Runtime reference path required for materialization.
First primary-table reference field identifier.
Second reference field identifier inside the first target definition when configured.
Third reference field identifier inside the second target definition when configured.
Projected terminal field identifier inside the final target definition.
Explicit card label-chip rules keyed by client-exposed statements.
Explicit card label rule keyed by statement id.
object
Statement identifier.
Override chip label, or null to use the statement display name.
Rule sort order.
Chip color token.
Chip variant token.
object
object
object
object
Example
{ "Data": { "SurfaceType": 0, "Source": 0, "Items": [ { "ItemType": 0, "Binding": { "RefKind": 0, "SystemField": 0, "FieldType": 0, "ReferenceDeleteBehavior": 0, "TableFields": [ { "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "VisibleWhenOperationMode": 0, "RequiredWhenOperationMode": 0, "EditableWhenOperationMode": 0, "DefaultValue": { "Kind": 0 }, "SemanticRole": 0 }, "Renderer": 0, "TextBlockStyle": 0, "AlertTone": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0, "ReferenceOpenTarget": { "Target": 0, "SurfaceSelectors": [ { "Mode": 0 } ] } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}