RegionalApiDeleteContactPointRequest: {
    email?: Cockpit.v1.ContactPointEmail;
    projectId?: string;
    region?: Region;
}

Delete a contact point.

Type declaration

  • Optionalemail?: Cockpit.v1.ContactPointEmail

    Email address of the contact point to delete.

    One-of ('configuration'): at most one of 'email' could be set.

  • OptionalprojectId?: string

    ID of the Project containing the contact point to delete.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.