pub async fn delete_messenger_with_id(
configuration: &Configuration,
messenger_id: &str,
) -> Result<(), Error<DeleteMessengerWithIdError>>Expand description
Deletes the messenger for the given Id.
pub async fn delete_messenger_with_id(
configuration: &Configuration,
messenger_id: &str,
) -> Result<(), Error<DeleteMessengerWithIdError>>Deletes the messenger for the given Id.