For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI ReferenceChangelogModel Versioning
GuidesAPI ReferenceChangelogModel Versioning
    • Getting Started
    • Authentication
    • API Versioning
    • SDKs
    • Deployments
    • Error Codes
    • Async Processing
  • Endpoints
  • Webhook Events
      • POSTSplit Run Processed
      • POSTSplit Run Failed
      • POSTSplitter Created
      • POSTSplitter Updated
      • POSTSplitter Deleted
      • POSTSplitter Draft Updated
      • POSTSplitter Version Published
LogoLogo
Webhook EventsSplit

Splitter Deleted

Payload
1{
2 "eventId": "string",
3 "payload": {
4 "object": "splitter",
5 "id": "spl_Xj8mK2pL9nR4vT7qY5wZ",
6 "name": "Invoice Packet Splitter",
7 "createdAt": "2024-03-21T16:45:00Z",
8 "updatedAt": "2024-03-21T16:45:00Z",
9 "draftVersion": {
10 "object": "splitter_version",
11 "id": "splv_xK9mLPqRtN3vS8wF5hB2cQ",
12 "description": "Updated split rules for multi-invoice packets",
13 "version": "draft",
14 "config": {
15 "splitClassifications": [
16 {
17 "id": "my_unique_id",
18 "type": "invoice",
19 "description": "An invoice is a document that lists the items purchased and the total amount due."
20 }
21 ]
22 },
23 "splitterId": "spl_Xj8mK2pL9nR4vT7qY5wZ",
24 "createdAt": "2024-03-21T16:45:00Z"
25 }
26 },
27 "eventType": "splitter.deleted"
28}
Was this page helpful?
Previous

Splitter Draft Updated

Next
Built with

Payload

The payload of this webhook request is an object.
eventIdstringRequired
Unique identifier for the event
payloadobjectRequired

Response

200
Return a 200 status to indicate that the webhook was received successfully