org.delete

The org.delete command is used to delete an existing organization.

TR50 Request

{
  "cmd": {
    "command": "org.delete",
    "params": {
      "id": "52a1d3db169e1fd032179401"
    }
  }
}

Request Parameters

Name

Type

Required

Description

id

String

Yes

The unique identifier of the organization to delete.

TR50 Response

If the command is sent successfully a success message is returned. Otherwise, an error and error message are returned.

{
  "cmd": {
    "success": true
  }
}