This endpoint allows you to delete a specific group using its unique ID.
Deleting a group does not delete the rules within it. Instead, the rules are moved out of the group and remain intact in your account
Endpoint
- Method: DELETE
-
URL:
https://api2.requestly.io/v1/groups/{id}
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| id | String | The unique identifier of the group to delete. | Yes |
cURL Request
Sample Response
Response Codes
| Status Code | Description |
|---|---|
| 200 | Group deleted successfully. |
| 400 | The provided group ID is invalid. |
| 401 | Unauthorized action. |
| 404 | The specified group does not exist. |
| 500 | An error occurred on the server. |

