Skip to main content
DELETE
/
firewalls
/
{firewall_id}
/
assignments
/
{assignment_id}
Python (SDK)
from latitudesh_python_sdk import Latitudesh
import os


with Latitudesh(
    bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:

    latitudesh.firewalls.delete_assignment(firewall_id="fw_2695BdKrOevVo", assignment_id="fwasg_6059EqYkOQj8p")

    # Use the SDK ...

Authorizations

Authorization
string
header
required

Path Parameters

firewall_id
string
required

The Firewall ID

assignment_id
string
required

The Assignment ID

Response

204

No Content

I