Unassign a tag from an endpoint

Unassigns a tag from the provided endpoint. To successfully unassign a tag, you must include the tag's ID in the request body.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idintegerRequired
Numeric ID of an endpoint
tag_iddoubleRequired
The tag ID

Response

Tag successfully unassigned from the endpoint.

Errors