Skip to main content

Firewall Untag Resource

DELETE 

/v1/config/ngfirewalls/:ngfirewallname/tags

Remove the tags associated with an NGFW resource.

Request

Path Parameters

    ngfirewallname stringrequired

    The name of the NGFW.

Body

    AccountId Accountid (string)required

    The unique ID of the account.

    TagKeys string[]required

    Possible values: <= 50

    A unique identifier in the key-value pair.

Responses

OK

Schema
    Response object

    The API call response.

    AccountId Accountid (string)

    The unique ID of the account.

    FirewallName Firewallname (string)

    Name of the NGFW, unique in a region for each customer.

    TagKeys string[]

    A unique identifier in the key-value pair.

    ResponseStatus object

    The API call response status.

    ErrorCode Errorcode (integer)

    Default value: 0

    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.
    Reason Reason (string)

    The error description.

Loading...