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>",
      "text": "<string>",
      "data": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.satsuma.ai/llms.txt

Use this file to discover all available pages before exploring further.

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[]