🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/categories/{id} \
--header 'Authorization: Bearer <token>'{
"data": {}
}Deletes a category and unbinds linked products from it.
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/categories/{id} \
--header 'Authorization: Bearer <token>'{
"data": {}
}