Payments
Delete a payment
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Payments
Delete a payment
Delete a payment
DELETE
/
payments
/
{id}
curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/payments/{id} \
--header 'x-api-key: <api-key>'
{}
Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Payment ID
Response
200
application/json
OK
The response is of type object
.
curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/payments/{id} \
--header 'x-api-key: <api-key>'
{}