Delete Product Custom Field

logo

Learn how to delete a single product custom field using the /api/v1/product-custom-fields/{id}/ endpoint. This document outlines the necessary requirements and permissions needed for the requesting manager. The deletion process involves using the DELETE HTTP method against the resource.

Endpoint

  • Method: DELETE

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

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

Examples

Responses

chevron-right404 Not Foundhashtag

Request parameters

  • Path parameters:

    • id (required) — ID of the product custom field to delete.

  • Query parameters: none

  • Header parameters: none (other than authentication headers required by your API)

  • Body: none

Notes

  • The requesting manager must have the proper access permissions to delete the specified product custom field.

  • There is no request body for this endpoint.

Raw API Method (metadata)

Was this helpful?