delete abstract method

Future<void> delete(
  1. Snowflake id
)

Delete the item with the given id from the API.

Implementers should ensure this method updates the cache.

Implementation

Future<void> delete(Snowflake id);