curl --location --request POST 'https://app.chatsistant.com/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Delete single source base on uuid
curl --location --request POST 'https://app.chatsistant.com/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Source uuid
Indicates if api call was successful
curl --location --request POST 'https://app.chatsistant.com/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}