Delete an Analysis
Delete an existing Analysis.
Authorizations
Path parameters
analysis_idstringRequired
An existing Beam Analysis ID.
Responses
202
Successful Response
No content
403
Bearer token scope insufficient
404
Analysis not found
409
A data conflict has occurred due to the analysis being modified elsewhere. Please retry your call later.
422
Validation Error
application/json
delete
/v1/beam/analyses/{analysis_id}DELETE /v1/beam/analyses/{analysis_id} HTTP/1.1
Host: api.predicthq.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Examples
curl -X DELETE "https://api.predicthq.com/v1/beam/analyses/$ANALYSIS_ID" \
-H "Authorization: Bearer $ACCESS_TOKEN"
OpenAPI Spec
The OpenAPI spec for Beam API can be found here.
Guides
Below are some guides relevant to this API:
Last updated
Was this helpful?