Skip to content

Delete Field Group

Permanently delete a field group configuration. This is a hard delete and cannot be undone. Requires ADMIN permissions.

Parameters

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

Return Value

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

Examples

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

ENDPOINTS

delete/api/{targetPath}/field-group/:groupId