Delete a File

Delete a File by ID

DELETE https://api.moltin.com/v2/files/:id

Path Parameters

NameTypeDescription

id

string

The ID of the file

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

curl -X DELETE https://api.moltin.com/v2/files/:id \
     -H "Authorization: Bearer XXXX"

Last updated