Disconnect a label

Path Parameters
  • fileId
    Type: integer
    required

    ID of file

  • labelId
    Type: integer
    required

    Label 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