Data Sources
Delete Source
Data Sources
Delete Source
Delete single source base on uuid
POST
/
api
/
v1
/
data-source
/
{uuid}
/
delete
curl --location --request POST 'https://app.gptchatbot.it/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Path
Response
Indicates if api call was successful
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
}