URL: v3/service-desk/api/product/detach-asset/{productId}/{assetId}

Method: DELETE

Description : Route to detach asset from product based on productId and asset ids

Parameters:

Parameter Type Optional/Required Description
product id integer Required Product id of the product to attach asset
asset id integer Required Asset id of the asset to be detached from product

Success Response :

  1. {
  2. “success”:true,
  3. “Message”:“Asset detached successfully”
  4. }
Tagged: