Skip to content

DELETE /measurements/groups/{group}/

Stop all running measurements belonging to a group. Sending a DELETE http verb to the API will stop the measurements of htis group. You can only stop measurements that belong to the current logged in user, or by passing in a key query parameter with a key that has permissions to stop a measurement.

DELETE /measurements/groups/{group}/ — fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

DELETE /measurements/groups/{group}/ — group

The measurement ID of the group leader.

DELETE /api/v2/measurements/groups/{group}/

Stop all running measurements belonging to a group.

Sending a DELETE http verb to the API will stop the measurements of htis group. You can only stop measurements that belong to the current logged in user, or by passing in a key query parameter with a key that has permissions to stop a measurement.

Try it out

Playground

Authorization
Variables
Key
Value
Authorizations

Authorizations

api-key
Type
API Key (header: Authorization)
or
session
Type
API Key (cookie: atlasess)
Parameters

Path Parameters

group*

The measurement ID of the group leader.

Type
integer
Required

Query Parameters

fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

Type
string
Responses

Responses

No response body

Samples