Tool
observe_artifacts_delete
Delete one stored artifact and the bytes behind it.
Delete one stored artifact and the bytes behind it. An artifact belonging to another product is reported as not found.
Behavior
- HTTP
DELETE /observe/artifacts/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Identifier of the artifact to delete. An artifact of another product is reported as not found |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | Identifier of the stored artifact |
| kind | string | • | Whether this is the minified source or its map |
| debugId | string | • | Debug ID the build stamped into the file and its source map |
| byteSize | number | • | Size of the stored artifact in bytes |
| fileName | string | • | Name the file was uploaded under, e.g. "app.min.js.map" |
| uploadedAt | string | • | ISO 8601 timestamp of the upload |
Try it
Delete one stored artifact and the bytes behind it.