Deleting a label

POST https://{{base_url}}/v6/groups/{{groupId}}/delete.json

Deleting a label

Deletes a label (formerly called group) currently configured in ThousandEyes. Note that built-in labels (with negative groupId numbers) are not eligible for deletion.

Optional (Querystring) Parameters

  • format=json|xml optional, specifies the format of output requested. See Output Formats for more information
  • aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information

Request

  • groupId the label that you wish to delete, found in either the /groups or the /groups/{type} endpoint.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring