DELETE

Delete Category


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deletes a category.

Endpoint
DELETE
https://www.wixapis.com/faq/v1/categories/{id}

Path Params
idstringRequired

ID of the category to delete.

Response Object
Returns an empty object.
Delete Category Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?