Editing reply urls on Azure AD application

I can get the data resource of an application using:

data “azuread_application” “example” {
name = “my-app-registration-name”
}

But how can i edit the reply urls? Add, delete etc.