/
/Untitled API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7m ago · Updated 1d ago
AttachmentService5
AuthService4
IdentityProviderService5
InstanceService3
MemoService18
  • get/api/v1/memos
  • post/api/v1/memos
  • 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/{shareId}
ShortcutService5
UserService20
    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