Delete User
Description: To delete a user, a HTTP DELETE request is made to the URL with the user ID and session token.
Method: DELETE
URI: /users/user_id
URI Parameters
- user_id: The ID of the user.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Message | String | Message relating to the update. |
Example
Request
Response