curl --request DELETE \
--url https://apigcp.trynia.ai/v2/data-sources/{source_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Remove an indexed data source from your account
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/data-sources/{source_id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}API key must be provided in the Authorization header
Flexible data source identifier. Can be:
Was this page helpful?