DELETE
Delete tag

Method for deleting the tag. The required parameters is tag name, but you can also delete all tags of the user.

https://api.minerstat.com/v2/tag

Parameters

Parameter
Type
Description
Requiredtag
string
The name of the tag.
user
int
Customer's ID. If user is undefined, the tag will be deleted from main account. Customer ID can be obtained via v2/customer GET API call.

Example call

{"tag": "POOL:ETH-2M"}

Example response

{
 "message":"Tag(s) successfully deleted"
}