UnbindTag
Unbinds one or more tags from a specified target.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mpush:UnbindTag |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppKey |
integer |
Yes |
The AppKey of your application. |
23267207 |
| ClientKey |
string |
Yes |
The ID of the device. |
e2ba19de97604f55b16557673**** |
| KeyType |
string |
Yes |
The type of the ClientKey. Valid value:
|
DEVICE |
| TagName |
string |
Yes |
Specifies the tag to unbind. To unbind multiple tags, separate them with commas. A maximum of 10 tags, each up to 128 characters long, can be unbound per request. The system supports a total of 10,000 tags. |
test_tag1,test_tag2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
159E4422-6624-4750-8943-DFD98D34858C |
Examples
Success response
JSON format
{
"RequestId": "159E4422-6624-4750-8943-DFD98D34858C"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.