Skip to main content
NICE CXone Expert
Expert Success Center

contexts/{id} (DELETE)

Overview

 

  • REST Method: DELETE
  • Method Access: public

Query Parameters

Name Type Description
id string  
authenticate bool? Force authentication for request (default: false)

Return Codes

Name Value Description
OK 200 The request completed successfully
Bad Request 400 Invalid input parameter or request body
Forbidden 403 Read access to the page is required
Not Found 404 The requested page could not be found

Implementation Notes

This immediately removes any context ID mappings as well.

  • Was this article helpful?