Skip to main content
DELETE
/
v1
/
outbound-policies
Delete Policies By Ids
curl --request DELETE \
  --url https://{api_endpoint}/v1/outbound-policies \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

delete_all
boolean
default:false

Delete all policy for a tenant

Body

application/json
ids
string[]
required

Response

Successful Response