Files

Delete a file

Delete a file by id

DELETE
/v1/files/{id}

Authorization

x-api-key
<token>

API Key for authentication

In: header

Path Parameters

idrequired
string

Response Body

File deleted successfully. No content is returned.

curl -X DELETE "https://api.scan-documents.com/v1/files/string" \
  -H "x-api-key: <token>"
Empty