DELETE /v1/api/products/:id
Required scope: products:manage
products:manage
curl -X DELETE https://apipay.byastra.ai/v1/api/products/b2c3d4e5-f6a7-8901-bcde-f23456789012 \ -H "X-Api-Key: ap_live_your_api_key"
200 OK
{ "success": true, "data": { "deleted": true } }
Last updated 3 months ago