Skip to content

deleteIntegration

DELETE
/v5/books/{bookId}/integrations/{id}

Delete an integration

Parameters

Path Parameters

bookId
required
string

The id of the book. Same bookId url param on Bkper

id
required
integer format: int64

Responses

200

A Integration response

object
addedBy
string
agentId

The id of agent that created the resource

string
bookId
string
connectionId
string
createdAt

The creation timestamp, in milliseconds

string
dateAddedMs
string
id
string
lastUpdateMs
string
logo
string
logoDark
string
name
string
normalizedName
string
properties
object
key
additional properties
string
updatedAt

The last update timestamp, in milliseconds

string
userId
string
Example
{
"addedBy": "string",
"agentId": "string",
"bookId": "string",
"connectionId": "string",
"createdAt": "1592000000000",
"dateAddedMs": "string",
"id": "string",
"lastUpdateMs": "string",
"logo": "string",
"logoDark": "string",
"name": "string",
"normalizedName": "string",
"properties": {
"key": "value"
},
"updatedAt": "1592000000000",
"userId": "string"
}