contextmaps/{language}/{id} (DELETE)
Overview
- REST Method: DELETE
- Method Access: public
Query Parameters
| Name | Type | Description | 
| authenticate | bool? | Force authentication for request (default: false) | 
| id | string | |
| language | string | 
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
The page ID will be disassociated from the context ID / language pair, but the context ID will still exist and can be mapped again to a different page.

