curl --request DELETE \ --url https://example.com/api/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "username": "<string>", "role": "admin", "user_email": "<string>", "active": true, "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "group_id": 123, "added_by_uid": 123, "updated_by_uid": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object