Skip to main content

Delete Prisma Access Config with Remote Networks (v2.0)

DELETE 

/sdwan/v2.0/api/sites/:site_id/prismaaccess_configs/:config_id

Delete a Prisma Access configuration with remote networks and the security processing node.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    config_id stringrequired

    The ID of the prisma access config.

Responses

Successful operation

Schema
    id string

    The ID of the prisma access configs.

    remote_networks RemoteNetwork[]

    The details of the prisma access configuration remote networks.

  • Array [
  • edge_location_display string

    Edge Location Display

    edge_location_value string

    Edge Location Value

    remote_network_names string[]

    The names of the remote networks.

    service_link_ids string[]

    Service Link Ids

    spn_name stringrequired

    The SPN (Security Processing Name) of the prisma access config.

  • ]
  • site_id stringrequired

    The site ID of the prisma access configs.

Loading...