Skip to main content
Delete connection
curl --request DELETE \
  --url https://api.maple.inc/v1/locations/{locationId}/connection \
  --header 'Authorization: Bearer <token>'
{
  "object": "connection.deleted",
  "location_id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key — mpk_test_… for the sandbox, mpk_live_… for production. Issued by Maple during partner onboarding.

Path Parameters

locationId
string
required

Response

Success

object
enum<string>
required
Available options:
connection.deleted
location_id
string
required
deleted
enum<boolean>
required
Available options:
true