deleteContent

suspend fun deleteContent(contentId: String, token: String): Result<Map<String, String>>

Delete one or multiple files/folders.

https://api.gofile.io/deleteContent

Parameters

contentId

ContentId to delete (files or folders).

token

The access token of an account. Can be retrieved from the profile page.


suspend fun deleteContent(contentsId: List<String>, token: String): Result<Map<String, String>>

Delete one or multiple files/folders.

https://api.gofile.io/deleteContent

Parameters

contentsId

ContentId to delete (files or folders).

token

The access token of an account. Can be retrieved from the profile page.