Skip to main content
DELETE
/
PaymentGatewayAccounts
/
{name}
Delete a Payment Gateway Account
curl --request DELETE \
  --url https://api.orchestrasolutions.com/PaymentGatewayAccounts/{name} \
  --header 'X-Api-Key: <api-key>'
[
  {
    "fieldName": "<string>",
    "errors": [
      "<string>"
    ]
  }
]

Gateway Accounts Guide

Complete guide with account lifecycle management

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Path Parameters

name
string
required

A unique name of this Payment Gateway Account

Response

OK