docs
  1. Admin Api
  2. Resources
  3. Custom Data
  4. Shop Categories
  5. Delete Custom Data

Delete custom data

Delete custom data for a shop category

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
shopCategoryId
  • required
integer
Example:
1

Responses

204
Shop category custom data was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
DELETE/shops/{shopKey}/categories/{shopCategoryId}/custom-data

Request samples

Provide Feedback