Delete an Analysis Group

Delete an existing Analysis Group.

Request

HTTP Request

DELETE https://api.predicthq.com/v1/beam/analysis-groups/$group_id

Path Parameters

ParameterDescription

group_id

An existing Beam Analysis Group ID.

Response

If successful, the HTTP response code will be 202 Accepted.

Examples

curl -X DELETE https://api.predicthq.com/v1/beam/analysis-groups/$GROUP_ID \
     -H "Authorization: Bearer $ACCESS_TOKEN"

Last updated

© 2024 PredictHQ Ltd