email
. This will be the customer's email address that should be sent in your frontend's HTTP request.GET
request to the URL https://api.stripe.com/v1/customers
.1.request.body.email
from the Trigger step. In the Headers, add a bearer auth header with your Stripe API Key.DELETE
request to the URL https://api.stripe.com/v1/subscriptions/
.{{
to bring up the variable menu and selecting response.body.data.0.subscriptions.data.0.id
from the previous step. Make sure to also add the same authentication headers as in the previous Request step.