DELETE 1.0/{InstanceId}/IntegrationLinks/{IntegrationLinkId}

Deletes an integration link and all detail links for the particular integration link id paassed in

Request Information

URI Parameters

API Parameter Details
NameDescriptionTypeAdditional information
InstanceId

The instance ID relating to a specific ADM database

string

Required

IntegrationLinkId

The integration link id for the integration link to be deleted

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns "OK" if the group was deleted successfully, otherwise an appropriate error message

Group
API Parameter Details
NameDescriptionTypeAdditional information
Id

The ID of the group

integer

None.

Name

Name of the group

string

None.

Description

Description of the group

string

None.

InboxId

The Inbox ID of the group

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Description": "sample string 3",
  "InboxId": 4
}