Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the asset to be archived. Required.
Query Parameters
If true, will archive all runs associated with the asset.
Response
A successful response.
The response of a call to AssetService_ArchiveAsset.
List of run IDs that were archived when archive_runs was set to true. This field will be empty if archive_runs was false or if no runs were archived.