Delete a single request
DELETE/v2/endpoints/:endpoint/requests/:requestId
Permanently deletes a specific request from the history by its unique identifier. This operation is irreversible.
Purpose
Use this endpoint to:
- Remove sensitive requests containing confidential data
- Clean up test or debug requests
What Gets Deleted
- The request log entry (metadata, headers, body)
- Associated response data
- Callout/proxy details (if applicable)
- Multipart file metadata (actual files may be retained separately)
Limitations
- Operation is irreversible; deleted requests cannot be recovered
- Does not affect endpoint configuration, rules, or state
- Multipart file content may be retained temporarily for other requests
Use Cases
- Test Cleanup: Delete test requests that clutter the history
- Security: Remove requests with accidentally exposed credentials
Request
Responses
- 200
- 401
Request deleted successfully
Unauthenticated - API key is missing or invalid.