給使用者刪除指定標籤

Delete personal tag mapping

post

Remove a personal tag from a client

Authorizations
AuthorizationstringRequired

Bearer token for API authentication

Query parameters
botIdstringRequired

The bot ID for the API request

Body

Client identification rules:

  • Either provide 'clientId' OR both 'platform' and 'platformClientId'
secretstringRequired

Secret key for API authentication

Example: your_secret_key_here
tagIdstringRequired

The personal tag ID

Example: personalTag123
clientIdstringOptional

The client ID (required if platform + platformClientId not provided)

Example: client456
platformstring · enumOptional

Platform type (required if platformClientId provided)

Example: linePossible values:
platformClientIdstringOptional

Platform-specific client ID (required if clientId not provided)

Example: U1234567890abcdef
Responses
chevron-right
200

Personal tag mapping deleted successfully

application/json
post
/openapi/personalTagMapping/delete

Last updated