Skip to main content

Delete AD/LDAP

Delete an AD/LDAP domain

Path Parameters
  • domainId int32 required

    ID of the AD/LDAP domain

Query Parameters
  • transferToUserId integer

    Optionally transfer the ownership to user

  • transferToUserGroupId integer

    Optionally transfer the ownership to user group

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/ldap/:domainid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
domainId — path required
transferToUserId — query
transferToUserGroupId — query
curl -L -X DELETE 'https://localhost/webconsole/api/V4/LDAP/:domainId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'