{ "success": false, "error": { "status": 404, "code": "PRICE_NOT_FOUND", "message": "Price not found" }, "data": null }
Delete a price
curl -X DELETE https://api.transaction.gg/merchant/price/delete \ -H "Authorization: Bearer jwt_token" \ -H "Content-Type: application/json" \ -d '{ "priceId": "price_i62wKFQ8sGnLxQ5G" }'
{ "success": true, "data": { "deleted": true, "priceId": "price_i62wKFQ8sGnLxQ5G" } }