Delete a file
DELETE/api/v1/files/:file_id
Permanently delete a merchant-owned file, including its underlying object-storage artifact. Irreversible; pre-signed URLs previously generated against this file stop resolving once the object is removed.
Request
Responses
- 200
- 401
- 403
- 404
File deleted
Authentication credentials are missing or invalid
Authenticated but not authorized for this resource
Requested resource not found