Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Interfaces > Delete API-managed categories
Delete API-managed categories
Management API Guide | Forcepoint Web Security | v8.5.x
The DELETE and POST commands described in this section can be used to delete API-managed categories.
 
JSON request data
Delete categories by ID
{
"Transaction ID":"44081c08-453a-11e6-a9de-d99213c464e0",
"Category IDs":
[
1987,
2078
]
}
Delete categories by name
{
"Transaction ID":"44081c08-453a-11e6-a9de-d99213c464e0",
"Category Name":
[
"Malicious ABC"
]
}
Response codes
 
JSON for bad request
{
"Error" :
[
"Not in a transaction",
"Other Error Message"
]
}
 
Note 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Interfaces > Delete API-managed categories
Copyright 2022 Forcepoint. All rights reserved.