Skip to main content
DELETE
/
v3
/
ai-sdr
/
knowledge-bases
/
{knowledge_base_id}
/
links
/
{link_id}
Delete a link
curl --request DELETE \
  --url https://api.reply.io/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/links/{link_id} \
  --header 'Authorization: Bearer <token>'
{
  "title": "Validation failed",
  "status": 400,
  "detail": "The request contains validation errors.",
  "errors": [
    {
      "pointer": "/knowledge_base_id",
      "detail": "'knowledge_base_id' must be a positive integer."
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

knowledge_base_id
integer<int64>
required

Parent knowledge base id

Required range: x >= 1

Link id

Response

Link deleted successfully