- May 11, 2022: Added status codes – 401, 403, & 404.
- January 29, 2020: Published.
https://api.bitsighttech.com/ratings/v1/access-groups/group_guid
Delete an existing Access Control Group.
Parameters
Parameter | Description | Values |
---|---|---|
group_guidPath |
Identify the access control group to delete. | [String] Access Control Group unique identifier [group_guid ]. See GET: Access Control Groups. |
Example Request
curl -X "DELETE" https://api.bitsighttech.com/ratings/v1/access-groups/group_guid -u api_token:
Status Codes
See status codes.
Code | Description |
---|---|
204 – Success |
The Access Control Group was successfully deleted. |
401 – No Authentication |
No valid API token was provided. |
403 – Unauthorized |
You do not have permission to access this resource. |
404 – Not Found |
The specified resource could not be found. |