Skip to content

DELETE /measurements/{measurement_id}/

Stop a running measurement. Sending a DELETE http verb to the API will stop the measurement. 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/{measurement_id}/ — measurement_id

The unique measurement ID.

DELETE /api/v2/measurements/{measurement_id}/

Stop a running measurement.

Sending a DELETE http verb to the API will stop the measurement.
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

measurement_id*

The unique measurement ID.

Type
integer
Required
Responses

Responses

No response body

Samples