Appearance
deleteSmartEntry ​
Deletes an existing SmartEntry from a given SmartLibrary.
Request ​
http
DELETE /rest/smartlib/smartentry/{smartEntryId}Headers ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Response ​
200 OK ​
(no response body)
Errors ​
| Exception | Description |
|---|---|
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSInvalidParameterException | See Error Definitions |
WSSmartEntryNotFoundException | See Error Definitions |
WSSmartLibraryServiceException | See Error Definitions |
WSSmartLibNotFoundException | See Error Definitions |
WSInsufficientPrivilegesException | See Error Definitions |