Delete record's file

Path Parameters
  • recordId
    Type: integer
    required

    Record ID

  • fileId
    Type: integer
    required

    ID of file

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for delete/record/{recordId}/file/{fileId}
curl https://test.boost.space/api/record/1/file/1 \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": 1,
  "remotes": [
    {
      "id": "1",
      "application": "string",
      "delete": true
    }
  ]
}