DELETE

Delete Category


Deletes a category.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Blog
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/blog/v3/categories/{categoryId}

Path Params
categoryIdstringRequired

Category ID.

Response Object
Returns an empty object.
Delete Category Example 1
Request
cURL
curl --location --request DELETE 'https://www.wixapis.com/blog/v3/categories/5f2bcaa0879ad500173577f3' \ -H 'Content-Type: application/json' \ -H 'Authorization: <AUTH>' \ }'
Response
JSON
undefined
Errors

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

Event TriggersThis method triggers the following events:
Did this help?