cURL
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
API key must be provided in the Authorization header
Flexible data source identifier. Can be:
Data source deleted successfully
Was this page helpful?