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