Skip to content

observe_artifacts_delete

Delete one stored artifact and the bytes behind it.

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

NameTypeRequiredDescription
idstringIdentifier of the artifact to delete. An artifact of another product is reported as not found

Response

FieldTypeAlwaysDescription
idstringIdentifier of the stored artifact
kindstringWhether this is the minified source or its map
debugIdstringDebug ID the build stamped into the file and its source map
byteSizenumberSize of the stored artifact in bytes
fileNamestringName the file was uploaded under, e.g. "app.min.js.map"
uploadedAtstringISO 8601 timestamp of the upload

Try it

Delete one stored artifact and the bytes behind it.

When to use

Delete one stored artifact and the bytes behind it. An artifact belonging to another product is reported as not found.

Example

Ask your agent something like this:

Delete one stored artifact and the bytes behind it.

The agent will invoke observe_artifacts_delete with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect