deleteScan

suspend fun deleteScan(id: String): Result<Scan>

This function deletes a single scan. NOTE: It is a hard delete, and associated data (e.g. avatars) are also deleted.

Parameters

{string} id - The id of the scan to fetch