Delete a Windows Domain – DELETE /WindowsDomains/{id}



Delete a Windows domain according to Windows Domain Id. Note that this action permanently deletes all related users.

The ‘Manage Authentication Providers’ or ‘Manage System Settings’ permission is required to execute this API.

Usage:

  1. GET /WindowsDomains/{id} and get details of a Windows domain
  2. DELETE /WindowsDomains/{id} and delete a Windows domain

URL

/cxrestapi/auth/WindowsDomains/{id}

Method:

DELETE

Media Type (header):

Authorization: Bearer <access token value>
Content-Type: application/json;v=1.0

Parameters

Required:

id=[integer] - Unique Id of the Windows domain

Success Response:

Code: 204 Success

Error Response:

Code: 400 Bad Request
Code: 401 Unauthorized
Code: 403 Forbidden
Code: 404 Not Found

Sample Response:

no content

Notes:

Deletes a Windows domain according to the Windows Domain Id. Once the request is successful, it does not return any content. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!