Delete Category
Path parameters
-
shopId
integer(int32) Required -
categoryId
integer(int64) Required
DELETE
/self/{shopId}/categories/{categoryId}
curl \
-X DELETE https://dev.sellpass.io/self/{shopId}/categories/{categoryId} \
-H "Authorization: $API_KEY"