/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 API Auth
for V2 APIs (see below), prepares the message body and digital signature.
🔓
API Auth for Classic Authentication (V2 APIs)
Open Recipe
from uplynk_api2_auth import Call
print(Call('/api2/subowners/delete', id='f534c6e0ebba4d70b2b4c31659e50952'))
{
"msg": "Deleted",
"error": 0
}