Lnk.Bio
  1. Lnks
Lnk.Bio
  • Getting Started
    • Introduction
    • Endpoints
    • Authorization
    • Private Apps
      • Introduction
      • Create a Private App
      • Generate an Access Token
    • Public Apps
      • Introduction
      • Create a Public App
      • Generate an Access Token
  • API Methods
    • Me
      • Retrieve basic profile info
    • Lnks
      • Retrieve list of the current Lnks in your account
        GET
      • Create a new Lnk
        POST
      • Delete an existing Lnk
        POST
    • Groups
      • Retrieve list of the current Lnk Groups in your account
  1. Lnks

Delete an existing Lnk

POST
https://lnk.bio/oauth/v1/lnk/delete
Delete an existing Lnk from your public Lnk.bio profile. The Lnk is immediately deleted and cannot be recovered

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
link_id
integer 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://lnk.bio/oauth/v1/lnk/delete' \
--data-urlencode 'link_id='

Responses

🟢200Confirmation of the Lnk removal
application/json
Body
object {0}
Example
{}
🟠401Not authenticated
Previous
Create a new Lnk
Next
Retrieve list of the current Lnk Groups in your account
Built with