Delete a braintree gateway
How to delete an existing braintree gateway via API
Request
Example
curl -g -X DELETE \
'https://yourdomain.commercelayer.io/api/braintree_gateways/XAyRWNUzyN' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'Last updated