delete

abstract suspend fun delete(id: <ERROR CLASS>)
abstract suspend fun delete(id: <ERROR CLASS>)

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.