Skip to main content
DELETE
/
connections
/
{connection_id}
Delete a connection
curl --request DELETE \
  --url https://api.lavapayments.com/v1/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Path Parameters

connection_id
string
required

Connection ID

Response

Connection deleted

success
boolean