deleteTable

suspend fun deleteTable(tableName: String): Result<Unit>

Deletes an existing table from the geodatabase. Deleting tables is only supported in mobile geodatabases created in ArcGIS Pro or using Geodatabase.create(String). Attempting further use of a deleted table, such as rendering it in a feature layer or querying it, may result in errors.

Return

A Result with no return value. If there is no error, the table was deleted successfully.

Since

200.1.0