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