Delete Auto Tag

Delete auto tag

post

Remove an auto tag from the system

Authorizations
AuthorizationstringRequired

Bearer token for API authentication

Path parameters
autoTagIdstringRequired

The ID of the auto tag to delete

Query parameters
botIdstringRequired

The bot ID for the API request

Body
secretstringRequired

Secret key for API authentication

Example: your_secret_key_here
Responses
200

Auto tag deleted successfully

application/json
successbooleanRequiredExample: true
messagestringRequiredExample: Operation completed successfully
post
/openapi/autoTag/delete/{autoTagId}

Last updated