curl --location --request POST 'https://app.gpt-trainer.com/api/v1/data-sources/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
--data-raw '{
"uuids": []
}'
{
"success": true
}
Delete list of sources base on their uuids
curl --location --request POST 'https://app.gpt-trainer.com/api/v1/data-sources/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
--data-raw '{
"uuids": []
}'
{
"success": true
}
curl --location --request POST 'https://app.gpt-trainer.com/api/v1/data-sources/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
--data-raw '{
"uuids": []
}'
{
"success": true
}