Skip to main content

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

ParameterData TypeDescription
RESPONSE_IDUUIDID of the response.
TAG_IDUUIDID of the tag.

Response

204 No Content