Removes data from the POST cache.
#include "am_web.h"
AM_WEB_EXPORT void
am_web_postcache_remove(const char *key,
void* agent_config);
This function takes the following parameter:
Pointer to the key of the entry to be removed.
An agent configuration instance returned by am_web_get_agent_configuration(). This parameter should not be NULL.
This function returns no value.