This API is used to remove the management relationship between a user and an employee group (i.e. revoke access to the specified employee population). Note: neither the employee group nor the user are deleted. This request is often used when a user’s role changes within the organization and access to a specified employee population is no longer necessary. The request requires sending the ID assigned to the user-group relationship. Utilize the managements/GET request and filter by userId to obtain the necessary managements ID.
Method
DELETE
Resource Information
Requires authentication? |
YES |
Request formats |
JSON |
Response formats |
JSON |
Parameters
Parameter |
Label |
Description |
Type |
Max Length |
Required |
id |
Guardian system generated unique key |
int |
N/A |
Example
Request Example
DELETE https://<server>/v1/managements/<management_id>
Response Example
204