Dolphin Storage logo

Storage API

Delete File

Delete File API removes one file from the target store path.

Endpoint

DELETE

HEADER

x-api-key: API key generated in your account.

PATH PARAMETERS

storeSlug: slug of the target store.

path: file path inside the store including file name, for example /animal/dolphin.png.

RESPONSE

success: boolean indicating whether the file was deleted successfully.