Unpublish Category
Unpublishes a specific category identified by its ID. This operation
sets the category record to an unpublished state in the system.
post
Path parameters
idstringRequired
The unique identifier of the category to unpublish.
Responses
200
OK
application/json
idstringOptional
namestringOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
post
/public/v1/public-catalog/categories/{id}/unpublishLast updated
Was this helpful?