Skip to main content

Rulestack Untag Resource

DELETE 

https://api.us-east-1.aws.cloudngfw.paloaltonetworks.com/v1/config/rulestacks/:rulestackname/tags

Remove tags with specified keys from a specified rulestack resource.

Request

Path Parameters

    rulestackname stringrequired

    The name of the rulestack.

Body

    TagKeysstring[]required

    Keys and values of the tags.

    Possible values: <= 50

Responses

OK

Schema
    Response object

    The API call response.

    RuleStackNameRulestackname (string)

    Name of the rulestack.

    TagKeysstring[]

    A unique identifier in the key-value pair.

    ResponseStatus object

    The API call response status.

    ErrorCodeErrorcode (integer)

    Default value of a successful response is 0. Any other number indicates an error code.

    400—HTTP bad request

    • InvalidOperationException—Operation failed because it is not valid. For example, when you delete an NGFW or rulestack in use.
    • InvalidRequestException—Operation failed due to invalid request. For example, unsupported parameter name or value in the request.
    • LimitExceededException—Operation failed due to violation in limit settings.
    • ResourceNotFoundException—Unable to locate a resource using the parameters you provided.
    • ThrottlingException—Operation failed due to throttling limitations.

    500—Bad request

    • InternalServerError—Your request is valid but Cloud NGFW could not perform the operation due to a system issue.
    Default value: 0
    ReasonReason (string)

    The error description.

curl -L -X DELETE 'https://api.us-east-1.aws.cloudngfw.paloaltonetworks.com/v1/config/rulestacks/:rulestackname/tags' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"TagKeys": [
"string"
]
}'
Request Collapse all
Base URL
https://api.us-east-1.aws.cloudngfw.paloaltonetworks.com
Parameters
— pathrequired
Body
{
  "TagKeys": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!