Skip to main content
DELETE
/
assets
/
{id}
Delete an asset
curl --request DELETE \
  --url http://localhost:4000/assets/{id} \
  --header 'api_key: <api_key>'
{
  "code": "not_found",
  "details": {},
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://harbor.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

api_key
string
required

Path Parameters

id
string
required

Query Parameters

projectId
number
required

Response

Success response