Data Sources
Delete multiple Sources
Delete list of sources base on their uuids
POST
/
api
/
v1
/
data-sources
/
delete
Copy
curl --location --request POST 'https://app.gptchatbot.it/api/v1/data-sources/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
--data-raw '{
"uuids": []
}'
Copy
{
"success": true
}
Body
Response
Indicates if api call was successful
Copy
curl --location --request POST 'https://app.gptchatbot.it/api/v1/data-sources/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
--data-raw '{
"uuids": []
}'
Copy
{
"success": true
}
Copy
curl --location --request POST 'https://app.gptchatbot.it/api/v1/data-sources/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
--data-raw '{
"uuids": []
}'
Copy
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.