Delete Payment Method
payment-methods
Delete Payment Method
Remove the organisation’s current default payment method.
DELETE
Delete Payment Method
Documentation Index
Fetch the complete documentation index at: https://docs.truestate.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
Successful Response
A standard reply for many of our calls which has a 'status' ('success/failure') field and an 'error' field for failures.
Attributes:
- status: The status of the operation. Always one of 'success' or 'failure'.
- error: The error message, if any. Empty string if none.