External DocumentationTo learn more, visit the Beeceptor documentation.
Actions
Purge Request
Delete request history for an endpoint.
Note: This action is non-recoverable.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Delete Method | Select to delete a single request or to delete all requests for the specified endpoint. |
| Endpoint Name | The name of the endpoint to delete the request from. |
| Request ID | The ID of the required request. |
{
"data": {
"requestsPurged": 1
}
}
Was this page helpful?