Delete User

Call Instructions:

  1. This interface is used to delete the confluence user. Note: The user will be permanently deleted. Use this interface with caution

  2. This interface can only be called by system administrators


Interface Information

Interface Information

Name

Delete user

Address

/rest/tools/1.0/api/user/remove

Method

DELETE

Return Type

Json

Authentication

Basic,token

Parameters

Parameter name

Required

Parameter type

Description

userName

Y

String

Username

return value format

Field

Type

Description

code

int

msg

String

data

String

{

    "name":"user name",

    "key":"user key",

    "fullName":"full name",

    "email":"email"

}


Example Postman call

 


Example return value

{ "code": 0, "msg": "Success", "data": { "name": "amy", "key": "4028d02582446b9601824879b75d0000", "fullName": "t-amy", "email": "amy@shdsd.com" } }