Acontext
DiskDisk_idArtifact

Delete artifact

DELETE
/disk/{disk_id}/artifact

Delete an artifact by path and filename

Authorization

BearerAuth
Authorization<token>

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

In: header

Path Parameters

disk_id*string

Disk ID

Formatuuid

Query Parameters

file_path*string

File path including filename

Response Body

application/json

curl -X DELETE "https://loading/api/v1/disk/497f6eca-6276-4993-bfeb-53cbbbba6f08/artifact?file_path=string"
{
  "code": 0,
  "error": "string",
  "msg": "string"
}