Delete API-managed categories
The DELETE and POST commands described in this section can be used to delete API-managed categories.
Method | URL | Description |
---|---|---|
DELETE | https://<ps_ip_address>:15873/ api/web/v1/categories | Deletes categories as specified in the JSON request |
POST | https:<ps_ip_address>:15873/ api/web/v1/categories/delete | Alternative format for curl and Python, which do not accept a payload for the DELETE method |