delete

abstract suspend fun delete(id: BsonObjectId)

Deletes a specific API key created by the user. Returns silently if no key is deleted.

Parameters

id

the id of the key to delete.

Throws

for failures that can happen when communicating with App Services. See AppException for details.