Skip to main content
DELETE
/
payment-method
/
{paymentMethodId}
Delete Payment Method
curl --request DELETE \
  --url https://api.satsuma.ai/payment-method/{paymentMethodId} \
  --header 'Authorization: <api-key>'
{
  "data": true,
  "messages": [
    {
      "context": "<string>",
      "level": "Information",
      "text": "<string>",
      "data": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

paymentMethodId
string
required

Payment method identifier

Query Parameters

merchant_id
string
required

Merchant identifier

Response

200 - application/json

OK

data
boolean
messages
object[]