Skip to main content
DELETE
/
v1
/
realtime-assistants
/
{realtimeAssistantId}
curl -X DELETE https://api.upliftai.org/v1/realtime-assistants/550e8400-e29b-41d4-a716-446655440000 \
  -H "Authorization: Bearer YOUR_API_KEY"
204 No Content
Beta Feature: This endpoint is currently in beta. Features and specifications may change.
Deleting an assistant will prevent new sessions from being created, but will not affect currently active sessions.
realtimeAssistantId
string
required
The unique identifier of the assistant to delete
curl -X DELETE https://api.upliftai.org/v1/realtime-assistants/550e8400-e29b-41d4-a716-446655440000 \
  -H "Authorization: Bearer YOUR_API_KEY"
204 No Content
I