Unassign a tag
This endpoint will remove a tag from the response. If the tag not part of the response, it will return 409 Conflict
error.
Request
DELETE https://api.nicereply.com/responses/<RESPONSE_ID>/tags/<TAG_ID>
Path Parameters
Parameter | Data Type | Description |
---|---|---|
RESPONSE_ID | UUID | ID of the response. |
TAG_ID | UUID | ID of the tag. |
Response
204 No Content