Function delete

Source
pub async fn delete(context: &Context, foreign_key: &str) -> Result<()>
Expand description

Resets all tokens corresponding to the foreign_key.

foreign_key is a group ID to reset all group tokens or empty string to reset all setup contact tokens.