Method description

Delete a link from the requested instance.

Parameters

None

Response format and codes

HTTP codeDescription
200Link deleted
401The user does not meet the security criteria
404Link not found


A 200 OK response will contain a single object with the deleted link data.

{
  "type": "DIRECT",
  "title": "Link Title",
  "url": "https://example.com",
  "keywords": ["one keyword", "another keyword"],
  "image": "https://storage-url/aa50a594-a6da-4a82-9d2d-821e312d895f.png",
  "lang": "en"
}