remove-category action endpoint
URL: /assets/<id>/remove-category.<format>
Supported Methods
| POST | Send label argument to remove a category from an asset |
POST Request Object Type
This endpoint accepts the following properties in POST requests:
- category (string)
The category to remove.
Client Library Methods for PHP
- Send label argument to remove a category from an asset
$tp->assets->removeCategory(array( # Required Parameters "id" => $id, "payload" => $payload, ))