REST API - delete

vstats endpoints: delete

Deletes multiple endpoint configurations based on epids. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

DELETE https://{server}/api/stats/endpoints

?epids={value-1}
&epids={value-2}

Query Parameters:

Name Type Description
bold = required
epids string[] Endpoint IDs.

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
500 error if the system reports an error while responding to the request.
400 invalid_argument if epids contains all invalid ids.
404 not_found if endpoints could not be located for all the epids.
401 unauthenticated if the user can not be authenticated.
403 unauthorized if the user does not have sufficient privileges.