Assets APIDELETE/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.
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.