cURL
curl --request DELETE \ --url https://api.kyren.top/v1/products/{id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "message": "success" }
Archives a product. Archived products cannot be used to create new checkout sessions.
Your API key. Use kyren_live_* for production and kyren_test_* for testing.
kyren_live_*
kyren_test_*
The unique identifier of the resource
Product archived successfully
0
"success"