Skip to main content
DELETE
/
payment-methods
/
{payment_method_id}
Deletes a payment method
curl --request DELETE \
  --url https://api-dev.narrative.io/payment-methods/{payment_method_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payment_method_id
string
required

Payment method id

Response

200

Success