Documentation Index
Fetch the complete documentation index at: https://docs.requestly.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint allows you to delete a specific group using its unique ID. For a live view and to test this API interactively, visit the API Playground.
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. |

