This web service lets an end-user delete the ratings they have given to a topic.
| Method | Endpoint |
|---|---|
DELETE |
|
| Path parameter | Type | Description |
|---|---|---|
{mapId} |
String | Expects the id associated with the map. Users can get the id by listing maps or searching maps. |
{tocId} |
String | Expects the id associated with the topic as retrieved when getting a map's table of contents. |
- This web service is available to both authenticated and unauthenticated users with the
RATING_USERrole. - It is necessary to provide an
Ft-Calling-Appvalue when using Fluid Topics web services. See Fluid Topics calling app.
This web service requires authentication on portals with mandatory authentication.
| Return code | Description |
|---|---|
204 NO CONTENT |
The rating was deleted. |
401 UNAUTHORIZED |
The authorization header is absent or invalid and the portal's configuration does not allow unauthenticated users to rate content. |
403 FORBIDDEN |
The user or API key does not have the RATING_USER role. |
404 NOT FOUND |
No map exists with this identifier. |
For a comprehensive list of all possible return codes, see Return codes.