Kinvey/js-sdk

View on GitHub
packages/js-sdk/src/files/remove.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { KinveyError } from '../errors/kinvey';

export async function remove() {
  throw new KinveyError('Please use removeById() to remove files one by one.');
}