This API allows the removal of assets/SKUs from a specific package. You can only remove assets from a package in which the requesting API key created the package.
Verb/URI
https://api.vitalsource.com/v4/assets/:vbid/ancillaries/:id
Data Definitions
Name
|
Usage
|
Description
|
Data Type
|
Example
|
Required
|
---|---|---|---|---|---|
asset_isbn |
URL Path
|
ISBN of the asset to which the ancillary is associated, expressed as a VBID. |
String |
L-999-70031 |
Yes |
ancillary_id |
URL Path
|
The ID of the ancillary |
Integer |
55 |
Yes |
Request Headers
X-VitalSource-API-Key: AllCAPSANDNUMBERS Content-Type: application/json
Request header example
https://api.vitalsource.com/v4/assets/L-999-70031/ancillaries/55
Response
Response body example
200 OK
Error Codes
HTTP & Error messages
|
Message
|
Notes
|
---|---|---|
200 |
|
Success. Errors provided simultaneously |
403 |
Permission denied |
|
404 |
Ancillary not found |
Comments
Article is closed for comments.