Remove multiple tags from multiple objects
POST {{baseUrl}}/tags/unassign?aid=1234
Removes the specified tags from one or more objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
aid | number | A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. |
Request Body
{"tags"=>[{"tagId"=>"c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "assignments"=>[{"id"=>"123", "type"=>"dashboard"}, {"id"=>"123", "type"=>"dashboard"}]}, {"tagId"=>"c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "assignments"=>[{"id"=>"123", "type"=>"v-agent"}, {"id"=>"123", "type"=>"endpoint-test"}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |