Delete a Note¶
GET /api/v1/notes/{notes_uuid}/delete
Overview¶
Delete a note
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
notes_uuid | string | Y | Note UUID |
Additional Parameter Explanation¶
Parameter description:
Request Example¶
curl 'https://openapi.guance.com/api/v1/notes/notes_xxxx32/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed