diff options
Diffstat (limited to 'docs/versioned_docs/version-v0.23.2/API/delete-a-bookmark.api.mdx')
| -rw-r--r-- | docs/versioned_docs/version-v0.23.2/API/delete-a-bookmark.api.mdx | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/docs/versioned_docs/version-v0.23.2/API/delete-a-bookmark.api.mdx b/docs/versioned_docs/version-v0.23.2/API/delete-a-bookmark.api.mdx deleted file mode 100644 index 1e196560..00000000 --- a/docs/versioned_docs/version-v0.23.2/API/delete-a-bookmark.api.mdx +++ /dev/null @@ -1,72 +0,0 @@ ---- -id: delete-a-bookmark -title: "Delete a bookmark" -description: "Delete bookmark by its id" -sidebar_label: "Delete a bookmark" -hide_title: true -hide_table_of_contents: true -api: eJx9U01v1DAQ/SvWnEAymxYVgXJb1CKKEKpgEYdVDk4yu3E3iV170m6I/N/RONmvdmku8ccbz5s3bwYo0RdOW9KmhRSusUZCkRuzaZTbiLwXmrzQJUggtfaQLuHzdOkhk+Cx6JymHtLlADkqh27eUQXpMguZBKucapDQ+QjwRYWNgnQA6i1CCp6cbtcgAbeqsTUfadRlve3XzdP9p49m+/dDtSUyxSdmoClCdgxuSwgSHD502mEJKbkOJbSqYVB+AEnQXJxVVAGzcuitaT16ZvL+4op/pzr8MKIwLWFL4p2g6kiRJ+VFGVWKya/ORe/4idaQWJmuZQrTe4xW1ta6UIxO7j2HnJHG5PdYEEiwzlh0pEe6hSnxpYBBQoPeq/W5uxONluMLB3wW+OM9VaaEFMbqODHrlUKyq90nw0HUANx897hrbedqSGFQZenQ+5Aoq5PHS5DwqJxWeT2yn65HyVaqqwlSqIisT5OEXD+rjHIlupmyFuQzWRcViukBYVaxLRNcjEwghHDkyV8s6Zj32Jl7fTgvVxFh7JgIAjktvhjXKOb37c8iiqjbleFwrnlkdDm7mF0cGfPrRGd+d3uW/fzuVqyMi9R3WK40SLDGU6OiFSYDT7Oo9t57/uRw8NTrgzuWS7ilxNZKt5wv9muYerzcT4sHCenR6GQSKuOJIcOQK4+/XR0CHz906Hjss0OLoxFK7XldQrpStcdXOL/5Obnyrfgfy+lQtX10Ut3xDiRssD8d8ZAFCRWqEl1kMQLmRYGWjkJfTB77Ze/865vvN4sbkKBOjfLMGDHBWWbDMCIWZoNtCHuixHvmGMI/Dwbc/Q== -sidebar_class_name: "delete api-method" -info_path: API/hoarder-api -custom_edit_url: null -hide_send_button: true ---- - -import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint"; -import ParamsDetails from "@theme/ParamsDetails"; -import RequestSchema from "@theme/RequestSchema"; -import StatusCodes from "@theme/StatusCodes"; -import OperationTabs from "@theme/OperationTabs"; -import TabItem from "@theme/TabItem"; -import Heading from "@theme/Heading"; - -<Heading - as={"h1"} - className={"openapi__heading"} - children={"Delete a bookmark"} -> -</Heading> - -<MethodEndpoint - method={"delete"} - path={"/bookmarks/{bookmarkId}"} - context={"endpoint"} -> - -</MethodEndpoint> - - - -Delete bookmark by its id - -<Heading - id={"request"} - as={"h2"} - className={"openapi-tabs__heading"} - children={"Request"} -> -</Heading> - -<ParamsDetails - parameters={[{"schema":{"type":"string","example":"ieidlxygmwj87oxz5hxttoc8","title":"BookmarkId"},"required":true,"name":"bookmarkId","in":"path"}]} -> - -</ParamsDetails> - -<RequestSchema - title={"Body"} - body={undefined} -> - -</RequestSchema> - -<StatusCodes - id={undefined} - label={undefined} - responses={{"204":{"description":"No content - the bookmark was deleted"},"404":{"description":"Bookmark not found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]}}}}}} -> - -</StatusCodes> - - -
\ No newline at end of file |
