Skip to content

Remove Field Group

Soft remove a field group configuration. The record is marked as removed but not permanently deleted. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
groupId*stringThe unique identifier of the field group to remove

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Field group removed successfully"
}

Examples

bash
curl -X POST "https://app.wombat.software/api/{targetPath}/field-group/:groupId/remove" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

post/api/{targetPath}/field-group/:groupId/remove