Delete product serial

Removes a serial number from a product.

DELETEhttps://api.tracksales.co/api/v1/products/{uuid}/serials/{serialUuid}

Required scope: products:delete

Path Params

uuidstringrequired

Product UUID

serialUuidstringrequired

Serial record UUID

Responses

200OK

Serial deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Serial was not found.