刪除手動標籤

Delete client tag

post

Remove a client tag from the system

Authorizations
AuthorizationstringRequired

Bearer token for API authentication

Path parameters
tagIdstringRequired

The ID of the client 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
chevron-right
200

Client tag deleted successfully

application/json
post
/openapi/clientTag/delete/{tagId}

Last updated