This web service deletes one of the collections that was previously added to the user's library.
| Method | Endpoint |
|---|---|
DELETE |
|
It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
| Path parameter | Type | Description |
|---|---|---|
{userId} |
String | The user's identifier. See the List users or Search users web services to find a user's ID. It is also possible to get a user's ID from the Manage users menu. |
{collectionId} |
String | The identifier of the collection as retrieved when listing collections. |
| Return code | Description |
|---|---|
204 NO CONTENT |
The collection was deleted. |
400 BAD REQUEST |
A required parameter is missing or the color defined is invalid. |
401 UNAUTHORIZED |
The authorization header is absent or invalid. |
403 FORBIDDEN |
The user or API key does not have the USERS_ADMIN or ADMIN role, or the user corresponding to the USER_ID parameter does not have the COLLECTION_USER role. |
404 NOT FOUND |
No user exists with this ID. |