For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

id

integer

ID of the inventory item.

Headers

Name
Type
Description

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{    
    "message": "Keyart deleted."
}
{    
    "message": "No keyart found."
}

Last updated

Was this helpful?