Skip to main content

disableAmazonEC2Integration

This method disables a previously configured Amazon EC2 integration.

Parameters

Parameter

Type

Optional

Description

companyId

String

Yes

The ID of the company.

Default value: the ID of the company that the API key used to make the request belongs to.

integrationName

String

Yes

The name of the integration to be deleted.

Warning

If this parameter is not included in the request, all the integrations on the selected company will be deleted.

Return value

This method does not return any value.

Example

Request:

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

Response:

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