Shortcut Service
Delete Shortcut
DeleteShortcut deletes a shortcut for a user.
curl -X DELETE "https://example.com/api/v1/users/string/shortcuts/string"Empty
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}