pub async fn delete_command(
configuration: &Configuration,
command_id: &str,
) -> Result<StatusOk, Error<DeleteCommandError>>
Expand description
Delete a command based on command id string. ##### Permissions Must have manage_slash_commands
permission for the team the command is in.