Delete an Analysis

Delete an existing Analysis.

Request

HTTP Request

DELETE https://api.predicthq.com/v1/beam/analyses/

Path Parameters

ParameterDescription

analysis_id

An existing Beam Analysis ID.

Response

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

Examples

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

Guides

Below are some guides relevant to this API:

Last updated

© 2024 PredictHQ Ltd