DELETE

Delete Tag


Deletes a tag. Deleting a tag removes that tag from all blog posts that contain it.

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/tags/{tagId}

Path Params
tagIdstringRequired

Tag ID.

Response Object
Returns an empty object.
Delete Tag Example 1
Request
cURL
curl -X DELETE \ 'https://www.wixapis.com/blog/v3/tags/0c20a033-bcdb-42af-a793-84a83f4a5bf1' \ -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?