pub async fn delete(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<DeleteResponse>, Error>Expand description
Deletes a contact contact
Arguments
id- The ID of the contactclient_sender- Reference to the tokio channel into the client