Disconnect a label
Path Parameters
- Type: integerfile
Id requiredID of file
- Type: integerlabel
Id requiredLabel id
Responses
- 200
Succesfully disconnected
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/file/{fileId}/label/{labelId}
curl https://test.boost.space/api/file/1/label/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body