刪除手動標籤

Delete client tag

post

Remove a client tag from the system

Authorizations
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
200

Client tag deleted successfully

application/json
post
POST /api/openapi/clientTag/delete/{tagId}?botId=text HTTP/1.1
Host: mantago.cc
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 33

{
  "secret": "your_secret_key_here"
}
{
  "success": true,
  "message": "Delete client tag successfully"
}

Last updated