deleteOrg abstract method

Future<void> deleteOrg(
  1. String orgId
)

Deletes the the org with the given org id

Implementation

Future<void> deleteOrg(String orgId);