Use this endpoint to delete all links currently in your recent links history.

Use this endpoint to delete all links currently in your recent links history.<br /> Links older than 3 days are automatically deleted from the recent history.<br />

get/user/history/delete

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

Response

This endpoint retrieves a complete list of all available hosts for this user

statusstring

Example response

{
  "status": "success",
  "data": {
    "message": "Links were successfully deleted"
  },
  "error": {
    "code": "AUTH_BAD_APIKEY",
    "message": "The auth apikey is invalid."
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.