deleteByPrimaryKey method

Future<bool> deleteByPrimaryKey(
  1. String path, {
  2. String? requestMethod,
})

Implementation

Future<bool> deleteByPrimaryKey(String path, {String? requestMethod}) =>
    deleteByPrimaryKeyWithUri(_getUriByPath(_baseUrl, path),
        requestMethod: requestMethod);