Delete a product
DELETE
https://us-central1-appgregator.cloudfunctions.net/stripe/products/:id/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
stripe-1
Headers
Name
Type
Description
x-api-key*
String
XXX
{
"id": "012",
"object": "product",
"deleted": true
}
curl --location --request DELETE 'https://us-central1-appgregator.cloudfunctions.net/stripe/products/012?name=ft-4&connection_name=stripe-1' \
--header 'x-api-key: XXX'
Last updated