Skip to main content
DELETE
/
projects
/
{project_id}
/
artifacts
/
{artifact_id}
Delete project artifact
curl --request DELETE \
  --url https://api.example.com/projects/{project_id}/artifacts/{artifact_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Project ID

artifact_id
string
required

Uploaded artifact ID

Response

Uploaded text artifact deleted