Delete Subowner

/api2/subowners/delete

Erases a subowner.

Request ParameterTypeDescription
idstringSubowner ID

A response parameter is described below.

Response ParameterTypeDescription
msgstringConfirmation 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
}