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

Delete custom data

Delete custom data for a shop country

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de

Responses

204
Shop country custom data was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/shops/{shopKey}/countries/{countryCode}/custom-data

Request samples

Delete a key of custom data for a shop country

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de
key
  • required
string
Example:
score

Query Parameters

ParameterDetails
locale
  • MaxLength: 5
string
Example:
de_DE

Responses

204
Shop country custom data for a specific key was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/shops/{shopKey}/countries/{countryCode}/custom-data/{key}

Request samples

Provide Feedback