Removes a public field configuration, preventing that field from being exposed to storefront clients.
Request
DELETE /publicfield/{id}
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | ID of the public field to delete. |
Example Request
DELETE /publicfield/1
Response
Returns a JSON object confirming deletion.
Example Response
{ "ok": true }
