Delete a single article tag
DELETE
https://example.ada.support/api/v2/knowledge/tags/:id
Delete an article tag
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
idstringRequired
The id of the article tag to delete
Response
Article tag deleted
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error