v2

latestOpenAPI 3.1.02026-07-2664759910.6 KB
external
external-v2

Remove Note From Collection

Remove a note from a collection while keeping both resources. This operation only removes the membership link between IDs. Use note/collection deletion endpoints to remove resources.

delete/v2/collections/{collection_id}/notes/{note_id}

Path parameters

collection_idstring uuid required

UUID of the collection to unlink. Use an ID returned by create/list/search. Caller must be able to edit the note or contribute to the collection.

UUID of the collection to unlink. Use an ID returned by create/list/search. Caller must be able to edit the note or contribute to the collection.

note_idstring uuid required

UUID of the note to unlink. Use an ID returned by create/list/search. Caller must be able to edit the note or contribute to the collection.

UUID of the note to unlink. Use an ID returned by create/list/search. Caller must be able to edit the note or contribute to the collection.

Response

OK

request_idstring required

Identifier for this API request. Useful for tracing and support.

Example response

{
  "request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522"
}