Delete multiple sources
Delete list of sources base on their uuids
Last updated
Delete list of sources base on their uuids
Last updated
POST / api / v1 / data-sources / delete
Authorization string Bearer <your_token>
uuids string[] required
curl --location --request POST 'https://app.aichatbothub.com/api/v1/data-sources/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
--data-raw '{
"uuids": []
}'
success boolean
Indicates if api call was successful
{
"success": true
}