Skip to main content
DELETE
/
knowledge-hub
/
sources
/
{source_id}
Delete source
curl --request DELETE \
  --url https://api.exec.com/rest/v1/knowledge-hub/sources/{source_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "s1a2b3c4d5e6",
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key created in Settings > API.

Format: exec_live_ followed by 40 alphanumeric characters.

Path Parameters

source_id
string
required

The source's unique identifier (UUID)

Response

Source deleted

Returned by archive/delete endpoints.

id
string

Identifier of the archived/deleted resource

deleted
boolean

Always true on success