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
The ID of the data source to delete
Data source deleted successfully
The response is of type object.
object