Assets API
DELETE/api/v1/assets/{id}/notes
Product availabilityAlgaPSA

Delete asset notes

Unlinks the notes document from the asset. Pass delete_document=true to also hard-delete the document and its block content.

RBAC · asset

Path parameters

idstring <uuid>Required
Asset UUID from assets.asset_id.

Query parameters

delete_documentstringOptional

Response codes

204
Notes unlinked/deleted.
401
x-api-key missing/invalid.
403
Caller lacks the required asset permission.
404
Asset not found.
500
Unexpected error.