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