diff options
Diffstat (limited to 'docs/versioned_docs/version-v0.23.2/API/remove-a-bookmark-from-a-list.api.mdx')
| -rw-r--r-- | docs/versioned_docs/version-v0.23.2/API/remove-a-bookmark-from-a-list.api.mdx | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/docs/versioned_docs/version-v0.23.2/API/remove-a-bookmark-from-a-list.api.mdx b/docs/versioned_docs/version-v0.23.2/API/remove-a-bookmark-from-a-list.api.mdx deleted file mode 100644 index 68aa2a38..00000000 --- a/docs/versioned_docs/version-v0.23.2/API/remove-a-bookmark-from-a-list.api.mdx +++ /dev/null @@ -1,72 +0,0 @@ ---- -id: remove-a-bookmark-from-a-list -title: "Remove a bookmark from a list" -description: "Remove the bookmarks from a list" -sidebar_label: "Remove a bookmark from a list" -hide_title: true -hide_table_of_contents: true -api: eJzNVE1v1DAQ/SvWnEAyzRYVUeW2iCKKKlSVIg6rHGbj2cZtEru20+4S+b+jcbJf7VJxQIhTEueN582bN9ODIl86bYM2LeRwRY15IBEqEnNj7hp0d14snGkEilr7ABIC3njIZ3ChffBQSPBUdk6HFeSzHuaEjty0CxXksyIWEiw6bCiQ8wngy4oahLyHsLIEOfjgdHsDEmiJja35SJNW9XJ10zzenr43y5/vqmUIpjzl7DokCGc/VxAlOLrvtCMFeXAdSWixYUA9ACRorstiqCDKv5b+wyjOixTmW9AejYIjvDWtJ89M3k5O+LHfia9GlKYN1AbxZq8f4hG9QKUopT6ZTJ7HrtkJrB2hWonWBKHbdQfHezkOra11iRyX3XoOPiCRmd9SyYHWGUsu6IF2aRQ9FzJKaMh7vDn0b0+r2XDDFl/EGFNJB+TgfgvjtipwSQvTtep/LyjFh8ooyEFRTYERyQg5ZNwRn/WDWWO2mbms35onAs+Ye1hPUOdqyKFHpRx5HzO0Ons4BgkP6DTO66GY8feg5AK7OkAOVQjW51kW3OqoMugUuSO0FuQTta8rEuMFwiyS/Ua4GJhAjHFn9L+xwkPe3QWwkYvzchUJxpORQCDHl0/GNcj8vvy4TprqdmE4nGseGB0fTY4mOwP4eaQzvTw/yH56eS4WxiXqayxXGiVY40ODyRnjoI5bD7fu2l95e9f3W7v90bocFAi0DJmtUbdMIbWwH10wS7vKg4R8s7Q2t/Hpzh4pJFTGBw7q+zl6+u7qGPn4viPHK7jY+iC5RWnP7wryBdaeXijm1dXo5Nfid7zHQ2xXyW51x18g4Y5W25XLa/YfZt1RJxZRQkWoyKXaB8C0LMmGndBnO4KtvJnRj2cXZ9dnIAH3PfzEsynBQWZ9PyCuzR21MW6IBv5mjjH+AghTjis= -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={"Remove a bookmark from a list"} -> -</Heading> - -<MethodEndpoint - method={"delete"} - path={"/lists/{listId}/bookmarks/{bookmarkId}"} - context={"endpoint"} -> - -</MethodEndpoint> - - - -Remove the bookmarks from a list - -<Heading - id={"request"} - as={"h2"} - className={"openapi-tabs__heading"} - children={"Request"} -> -</Heading> - -<ParamsDetails - parameters={[{"schema":{"type":"string","example":"ieidlxygmwj87oxz5hxttoc8","title":"ListId"},"required":true,"name":"listId","in":"path"},{"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 added"},"400":{"description":"Bookmark already not in list","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]}}}},"404":{"description":"List or 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 |
