Delete Custom Product

This operation deletes the Custom Product by its unique description.

SecuritybearerAuth
Request
path Parameters
productId
required
string

Unique custom product identifier. This value is defined when the custom product is created and cannot be changed.

Responses
200

The specified custom product has been deleted successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

delete/api/v1/customsproduct/{productId}
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}