Skip to main content

deleteIntegration

Use this method to delete a specific integration that was configured under the Integrations hub from a target company.

Note

Integrators are automatically removed when an integration is deleted.

Parameters

Parameter

Description

Included in request

Type

Values

integrationId

The ID of the integration you want to delete.

Mandatory

String

The user making the request must have Network administrator rights for the company the ID belongs to.

Return value

Attribute

Type

Description

result

Object

Contains the result of the request.

result

Attribute

Type

Description

success

Boolean

Indicates if the request was successful.

Example

Request:

{
  "method": "deleteIntegration",
  "id": "28edd7ee-aa1c-478c-a32a-53cd28cdf728",
  "jsonrpc": "2.0",
  "params": {
    "integrationId": "67a09cb42639eb963f016972"
  }
}

Response:

{
  "id": "28edd7ee-aa1c-478c-a32a-53cd28cdf728",
  "jsonrpc": "2.0",
  "result": {
    "success": true
  }
}