/api2/subowners/delete
Erases a subowner.
Request Parameter | Type | Description |
---|---|---|
id | string | Subowner ID |
A response parameter is described below.
Response Parameter | Type | Description |
---|---|---|
msg | string | Confirmation that the subowner was erased |
Sample request/response:
The Call() function, which is imported from uplynk_api2_auth module, prepares the message body and digital signature.
from uplynk_api2_auth import Call
print(Call('/api2/subowners/delete', id='f534c6e0ebba4d70b2b4c31659e50952'))
{
"msg": "Deleted",
"error": 0
}