DELETE
/
data-sources
/
{source_id}
curl --request DELETE \
  --url https://apigcp.trynia.ai/v2/data-sources/{source_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

The ID of the data source to delete

Response

200
application/json

Data source deleted successfully

The response is of type object.