Delete an inventory key art

Delete the key art for an inventory item.

Delete inventory key art

DELETE https://ris.rightsline.com/v4/inventory/:id/keyart

This endpoint allows you to delete the key art for an inventory item.

Path Parameters

NameTypeDescription

id

integer

ID of the inventory item.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{    
    "message": "Keyart deleted."
}

Last updated