app / com.pzpg.ogr.api.request / RequestServer / deleteAll
deleteAll
suspend fun deleteAll(jwtToken: String): Int
Suspend method to delete all entities with processed graphs includes image, graphMl, g6 files
Parameters
jwtToken - access token gotten from refreshToken method or authorize
Exceptions
BadRequestException -
UnauthorizedException -
TimeOutException -
RequestServerException -
Return JSONArray array of entities where contains name, guid, ownersEmail, createdAt, isPublic
Author Władysław Jakołcewicz