Delete source
Delete single source base on uuid
Endpoint
POST / api / v1 / data-source / {uuid} / delete
Authorization
Authorization string Bearer <your_token>
Path
uuid string required
Request example
curl --location --request POST 'https://app.aichatbothub.com/api/v1/data-source/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
Response
success boolean
Indicates if api call was successful
Response example
{
"success": true
}
Last updated