Delete LDAP Team Mapping - DELETE /LDAPTeamMappings/{id}



Delete LDAP team mapping according to LDAP team mapping Id.

Usage:

  1. GET /LDAPTeamMappings and get details of all LDAP team mapping
  2. DELETE /LDAPTeamMappings/{id} and delete the LDAP team mapping details

URL

/cxrestapi/auth/LDAPTeamMappings/{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 LDAP team mapping

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 LDAP team mapping according to LDAP team mapping 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!