Appearance
Remove Field
Soft remove a field configuration. The field is marked as removed but not permanently deleted. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
fieldId* | string | The unique identifier of the field to remove |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Field removed successfully"
}Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/field/:fieldId/remove" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/field/:fieldId/remove