Skip to main content

disableAmazonEC2Integration

This method disables the previously configured Amazon EC2 integration.

Parameters

Parameter

Type

Optional

Description

companyId

String

Yes

The ID of the company. The default value is the ID of the company linked to the user who generated the API key.

Return value

This method does not return any value.

Example

Request:

  {
       "params": {
           "companyId": "55115935b1a43dcc4a7b23c6"
       },
       "jsonrpc": "2.0",
       "method": "disableAmazonEC2Integration",
       "id": "97114e95-f36b-4206-bca0-6fb41bb47575"
  }  

Response:

  { 
      "id": "97114e95-f36b-4206-bca0-6fb41bb47575",
      "jsonrpc":"2.0",
      "result": null
  }