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