Delete a field group
Path Parameters
- Type: integerfield
Group Id requiredID of Element group
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/field-group/{fieldGroupId}
curl https://test.boost.space/api/field-group/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": 1,
"remotes": [
{
"id": "1",
"application": "string",
"delete": true
}
]
}