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