Skip to main content
POST
/
capabilities
/
integrations.unlink
integrations.unlink
curl --request POST \
  --url https://developer.api.receiptor.ai/v1/capabilities/integrations.unlink \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "documentId": "<string>",
  "exportRecordId": "<string>",
  "dryRun": true
}
'
{
  "success": true,
  "code": 200,
  "data": {
    "result": {}
  }
}

Authorizations

x-api-key
string
header
required

API key prefixed with sk_. Obtain from the Receiptor AI dashboard.

Body

application/json
documentId
string
required

The receipt history document ID

exportRecordId
string
required

The export record ID linking the document to the integration

dryRun
boolean
default:true

If true, shows preview without making changes. If false, executes the unlinking.

Response

Successful response

success
boolean
Example:

true

code
integer
Example:

200

data
object