Delete Product

Removes a product from the system.

Endpoint

DELETE /products/{id}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
idstringYesProduct unique identifier

Response

Success

{
	"success": true
}

GeneralError

GeneralErrorResponse Schema

Example Usage

curl -X DELETE "https://integration-api.ram.syniotec.com/master-data/v1/product-management/products/123e4567-e89b-12d3-a456-426614174000" \
  -H "Authorization: Bearer YOUR_TOKEN"