Skip to main content
DELETE
/
v1
/
analyses
/
{id}
Soft-delete an analysis
curl --request DELETE \
  --url http://localhost:3000/v1/analyses/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Query Parameters

mode
enum<string>
default:archive
Available options:
archive,
purge

Response

200

Default Response