OVERVIEW
This REST API helps to Delete the already existing Tag for any of the work items.
Method: Post
Input:
Authorization: Basic Auth token in the Request Headers
Post body:
Purpose of Fields given in this API:
Parameter | Value | Mandatory | Description |
TagName | String | Yes | Input the already existing tag name which you want to delete. |
Output:
Orcanos Output class:
{
"IsSuccess": true,
"Data": "OK", ---> Success message
"Message": "",
"HttpCode": 200
}
IsSuccess: if successful then true else false
Data: JSON object. OK for the success message
Message: Error message in case IsSuccess is false
HttpCode: Response HttpCode