Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Delete a link from an instance.

The calling user must have the SEARCH_MANAGER role for this instance or the global instance.

None

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"
}
service namepurpose
MongoDBsimple database storage
  • No labels