# Payment method deletion Deletes payment method by guid. Only payment methods related to your addon may be deleted. Private API tokens aren't currently supported. Endpoint: DELETE /api/payment-methods/{guid} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `guid` (string, required) Payment guid Example: "93bc0dbe-7481-11e8-8216-002590dad85e" ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object,null, required) - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced