delete https://{baseUrl}/V1/admin/product/
Delete by providing SKU in path.
Sample Curl
curl --location --request DELETE 'https://myapigateway.url/V1/admin/product/27-1000224' --header 'Authorization: Bearer token'
Delete by providing SKU in path.
Sample Curl
curl --location --request DELETE 'https://myapigateway.url/V1/admin/product/27-1000224' --header 'Authorization: Bearer token'
Try It!
to start a request and see the response here!