Delete public field

Removes a public field configuration, preventing that field from being exposed to storefront clients.

Request

DELETE /publicfield/{id}

Headers

HeaderValue
AuthorizationBearer <token>

Path Parameters

ParameterTypeRequiredDescription
idintegerYesID of the public field to delete.

Example Request

DELETE /publicfield/1

Response

Returns a JSON object confirming deletion.

Example Response

{ "ok": true }