Sign up
    Docs
    • API
      • Authentication
      • Errors
      • ML
      • Modeling
      • API Calls
      • API Tokens
      • File
      • Meta
      • Orgs
      • Payments
      • Service Accounts
      • Shortlinks
      • Unit
      • Users
        • Get your user.
        • Update your user.
        • Delete your user.
        • Get extended information about your user.
        • Get the OAuth2 providers for your user.
        • Get a user's org.
        • Get the privacy settings for a user.
        • Update the user's privacy settings.
        • Get a session for your user.
        • Get the shortlinks for a user.
        • Create a shortlink for a user.
        • Update a shortlink for a user.
        • Delete a shortlink for a user.
    • CLI
    • KCL language reference
    • KCL standard library
    • KCL Samples
    • Tutorials
    • Glossary
    • FAQ

    API → UsersDelete a shortlink for a user

    Parameters

    Name

    Type

    Req.

    • key

      string
      required

    Returns

    204 No Content

    resource updated

    delete
    /user/shortlinks/{key}
    $ curl -X DELETE "https://api.zoo.dev/user/shortlinks/{key}" \
    	--header "Authorization: Bearer $TOKEN"