---
title: "Delete shortcut"
method: POST
path: "/rest/api/v1/deleteshortcut"
tags: ["Shortcuts"]
---

# Delete shortcut

`POST /rest/api/v1/deleteshortcut`

Delete an existing user-generated shortcut.

## Query parameters

- `locale` string

## Request body

- DeleteShortcutRequest
  - `id` integer, required — The opaque id of the user generated content.

## Response `200`

OK

## Other responses

- `400` — Invalid request
- `401` — Not Authorized
- `429` — Too Many Requests

---

[API](https://skmtc.net/gleanwork/apis/glean-api.md) · [All operations](https://skmtc.net/gleanwork/apis/glean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleanwork/glean-api/revisions/ebd602e4aea4/schema)
