cURL
curl --request DELETE \ --url https://api.reqlick.com/links/{id} \ --header 'Authorization: Bearer <token>'
{ "error": false }
Delete a link for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the link to delete
Link deleted successfully
The response is of type object.
object