Rulestack Untag Resource
DELETEhttps://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.
- application/json
Body
TagKeysstring[]required
Keys and values of the tags.
Possible values: <= 50
Responses
- 200
OK
- application/json
- Schema
- Example (auto)
Schema
Response object
ResponseStatus object
{
"Response": {
"RuleStackName": "string",
"TagKeys": [
"string"
]
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
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"
]
}'
ResponseClear