Utility - Delete Tag by Name

URI

https://164.99.19.131:8443/SentinelRESTServices/util/tags/{name}

Supported Methods

DELETE

This deletes a tag by name. The user must be authenticated or a 401 Error will occur. They must have admin permission or a 403 error will occur. The tag must already exist or a 400 error will occur.

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

DELETE /util/tags/Test
Sample Response for application/json
Status: 200
{"Status":"OK","Name":"Test"}"