app / com.pzpg.ogr.api.request / RequestServer / deleteData
deleteData
suspend fun deleteData(guid: String, jwtToken: String): Int
Suspend method to delete one of entities with processed graphs includes image, graphMl, g6 files
Parameters
guid - a guid of the uploaded image which we want to process
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