delete https://api-sbx.sidedrawersbx.com/api/v1/record-files/sidedrawer/sidedrawer-id//records/record-id//record-files/
Deletes a file from a Folder (record
).
Response
Deletes a file from a Folder (record
).
xxxxxxxxxx
curl --request DELETE \
--url https://api-sbx.sidedrawersbx.com/api/v1/record-files/sidedrawer/sidedrawer-id/sidedrawerId/records/record-id/recordId/record-files/fileNameWithExtension \
--header 'accept: application/json'
xxxxxxxxxx
20{
"_id": "string",
"fileName": "string",
"fileType": "document",
"correlationId": "",
"uploadTitle": "string",
"cloudStorage": false,
"displayType": "review",
"quarantined": false,
"sealed": false,
"fileUrl": "string",
"active": true,
"recordDetail": "string",
"uploader": "string",
"fileSize": 1712138,
"provider": "Amazon",
"createdAt": "2024-07-25T02:21:02.828Z",
"updatedAt": "2024-07-25T02:21:02.828Z",
"__v": 0
}