Skip to main content
DELETE
/
api
/
v1
/
assets
/
{assetId}
DeleteAsset
curl --request DELETE \
  --url https://your-sift-api-url.com/api/v1/assets/{assetId} \
  --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

assetId
string
required

The id of the asset to be archived. Required.

Query Parameters

archiveRuns
boolean

If true, will archive all runs associated with the asset.

Response

A successful response.

The response of a call to AssetService_DeleteAsset. Deprecated: Use ArchiveAssetResponse instead.