curl --location --request POST 'https://app.gptchatbot.it/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Delete single source base on uuid
curl --location --request POST 'https://app.gptchatbot.it/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --location --request POST 'https://app.gptchatbot.it/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}