Delete User
PUT {{baseUrl}}/users/delete-user
This API replaces the swapuser for all the entities in Squadcast with userid provided and deletes the user.
Request Body
{"user_id"=>"<user id>", "swap_user_id"=>"<swap user id>", "suppress_incidents"=>false, "reassign_incidents"=>true}
RESPONSES
status: OK
{"data":{}}