Memos
Shortcut Service

Delete Shortcut

DeleteShortcut deletes a shortcut for a user.

DELETE
/api/v1/users/{user}/shortcuts/{shortcut}

Path Parameters

user*string

The user id.

shortcut*string

The shortcut id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/users/string/shortcuts/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings