<back to all web services
        DeleteNotificationRequest
		The following routes are available for this service:| DELETE, OPTIONS | /api/admin/notifications/{id} | Removes a given notification | Only users who can post notifications can delete notifications. | 
|---|
Parameters:| Name | Parameter | Data Type | Required | Description | 
|---|
| Id | path | string | Yes | The id of the notification | 
To override the Content-type in your clients HTTP Accept Header, append  the .jsv suffix or  ?format=jsv
 
		
        
        HTTP + JSV
         The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/DeleteNotificationRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length
{
	id: String
}