v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Models

Delete field

delete/api/v1/models/{modelId}/view/{viewName}/field/{fieldName}

Path parameters

modelIdstring uuid required

Model UUID

Example:123e4567-e89b-12d3-a456-426614174000

Model UUID

viewNamestring required

View name

Example:orders

View name

fieldNamestring required

Field name

Example:total_amount

Field name

Query parameters

branch_idstring uuid

Branch ID

Branch ID

topic_contextstring

Topic context for the field

Topic context for the field

Response

Field deleted successfully

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}