Method description

Delete a link from an instance.

Security

The calling user must have the EB_ROOT, EB_ADMIN, EB_APP, SEARCH_ADMIN or SEARCH_MANAGER role for this instance or the global instance.

Parameters

None

Response codes

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

 

Response format

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"
}