Delete a Pay Method

Delete a Pay Method

Request
Security:
path Parameters
payMethodId
required
string
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Responses
200

When succesfully deleted a pay method

400

When invalid payMethodId format provided.

404

When invalid payMethodId,partnerId combination provided.

delete/pay/methods/{payMethodId}
Request samples
curl -i -X DELETE \
  'https://api.tyro.com/connect/pay/methods/{payMethodId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Copyright © Tyro Payments 2019-2024. All right reserved.