Cancel Session
DELETE/api/power-dialer/sessions/:session_id
Cancel and delete a power dialer session.
Permanently removes session from Redis.
Args: session_id: Session identifier power_dialer_service: Injected power dialer service
Returns: Cancellation confirmation
Raises: HTTPException 404: If session not found HTTPException 500: If operation fails
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error