/
/Untitled API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 7d ago
AIService1
AttachmentService6
AuthService4
IdentityProviderService5
InstanceService6
MemoService20
  • get/api/v1/memos
  • post/api/v1/memos
  • get/api/v1/memos/-/linkMetadata
  • post/api/v1/memos/-/linkMetadata:batchGet
  • get/api/v1/memos/{memo}
  • delete/api/v1/memos/{memo}
  • patch/api/v1/memos/{memo}
  • get/api/v1/memos/{memo}/attachments
  • patch/api/v1/memos/{memo}/attachments
  • get/api/v1/memos/{memo}/comments
  • post/api/v1/memos/{memo}/comments
  • get/api/v1/memos/{memo}/reactions
  • post/api/v1/memos/{memo}/reactions
  • delete/api/v1/memos/{memo}/reactions/{reaction}
  • get/api/v1/memos/{memo}/relations
  • patch/api/v1/memos/{memo}/relations
  • get/api/v1/memos/{memo}/shares
  • post/api/v1/memos/{memo}/shares
  • delete/api/v1/memos/{memo}/shares/{share}
  • get/api/v1/shares/{shareToken}/memo
MemoViewService5
UserService26
    MemoService

    DeleteMemo deletes a memo.

    delete/api/v1/memos/{memo}

    Path parameters

    memostring required

    The memo id.

    Query parameters

    forceboolean

    Optional. If set to true, the memo will be deleted even if it has associated data.

    Response

    OK

    Changes