Skip to content

DELETE /measurements/groups/{group_id}/

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_id}/ — group_id

The measurement ID of the group leader.

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

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
ripe-access
Type
API Key (cookie: crowd.token_key)
Parameters

Path Parameters

group_id*

The measurement ID of the group leader.

Type
integer
Required
Responses

Responses

No response body

Samples