For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete an Analysis

Delete an existing Analysis.

Delete an Analysis

delete

Delete an existing Analysis. The Analysis will no longer appear in default search results, but can still be retrieved by filtering with status=deleted. Any Analysis Groups containing this Analysis will be automatically refreshed.

Authorizations
AuthorizationstringRequired

Enter your PredictHQ API key. The Bearer prefix is added automatically.

When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating

Path parameters
analysis_idstringRequired

An existing Beam Analysis ID.

Responses
202

Successful Response

No content

delete/v1/beam/analyses/{analysis_id}

No content

Examples

curl -X DELETE "https://api.predicthq.com/v1/beam/analyses/$ANALYSIS_ID" \
     -H "Authorization: Bearer $API_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?