Skip to main content
DELETE
/
v1
/
links
/
{link_id}
Delete Link
curl --request DELETE \
  --url https://api.agenthuman.com/v1/links/{link_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Link deleted successfully"
}
Deleting a link is permanent. Anyone with the link URL will no longer be able to start a session.

Path Parameters

The unique link identifier (starts with lnk_).

Response

success
boolean
Whether the deletion was successful.
message
string
Confirmation message.
{
  "success": true,
  "message": "Link deleted successfully"
}