User Experience APIs
Delete user experience
OVERVIEW
Overview
This API call is used to delete an experience.
HTTP Request
DELETE /api/5/users/experiences/<EXPID>?userid=<USERID>
URL Parameters
| Parameter | Description |
|---|---|
| EXPID | The ID of the experience to delete |
| USERID | ID of the user whose experience is to be deleted |
HTTP Response
Success
HTTP response 200
Example
DELETE http://example.com/context/api/5/users/experiences/5?userid=102
Error messages
| Summary | Ref Code (V4) | Ref Code (before V4) |
| The experience id is invalid | 326 | N/A |
| User id is not in the proper format | 113 | N/A |
| The given userid is invalid | 342 | N/A |
| The experience id is not associated with the given user id | 343 | N/A |
Last Updated: Nov 08,2024
Comments
0 Comments