docs
  1. Admin Api
  2. Resources
  3. Custom Data
  4. Brands Custom Data
  5. Delete A Key Of Custom Data For A Brand

Delete a key of custom data for a brand

Delete a key of custom data for a brand

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
brandId
  • required
integer
Example:
1
key
  • required
string
Example:
score

Query Parameters

ParameterDetails
locale
  • MaxLength: 5
string
Example:
de_DE

Responses

204
Key of a brand custom data was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/brands/{brandId}/custom-data/{key}

Request samples

Provide Feedback