Delete Product custom field enumeration

  • Method: DELETE

  • URL: /api/v1/product-custom-field-enums/{id}/

  • Description: Delete a single product custom field enumeration if requesting manager has access permissions to it.

  • Try it out: false

Examples

{
  "id": "m9FiCSc4NXeFm6wp8g3YI",
  "language": "json",
  "code": "",
  "customLabel": ""
}

Responses

200

Code : 200 OK

404

Request parameters

  • Path parameters: []

  • Query parameters: []

  • Header parameters: []

  • Body data parameters: []

  • Form data parameters: []

Body Parameter label: bodyDataParameters

Was this helpful?