User resource
Delete/ Archive User - Delete user v1
OVERVIEW
This API endpoint helps to delete a user from Collaborate.
Request
DELETE /Users/{id}
Parameters
| Parameter Name | Value | Description |
|---|---|---|
| id | Int | The ID for the user in question |
Response
The API responds with a 200 or 204 for a successful attempt and returns an error object in case of an error.
| Code | Meaning |
|---|---|
| 200 | Successfully |
| 400 | Problem with parsing XML or JSON object (Bad Request) |
| 401 | Unauthorized |
| 403 | Validation failed/ Forbidden |
| 405 | Method not allowed (calling api with wrong method) |
| 500 | Internal error occured while creating folder |
Last Updated: Nov 08,2024
Comments
0 Comments