跳转到内容
AsterDrive Developer Docs开发者

delete_property

DELETE
/api/v1/properties/{entity_type}/{entity_id}/{namespace}/{name}
curl --request DELETE \
--url https://example.com/api/v1/properties/file/1/example/example \
--header 'Authorization: Bearer <token>'
entity_type
required

实体类型(文件/文件夹)

string
Allowed values: file folder

Entity type: ‘file’ or ‘folder’

entity_id
required
integer format: int64

Entity ID

namespace
required
string

Property namespace

name
required
string

Property name

Property deleted

Unauthorized

DAV: namespace is read-only

Entity not found