Create, process and free a basic Delete request on an object instance.
#include <stdlib.h>
#include <stdio.h>
#define IPC_PORT (54321)
#define IPC_ADDRESS "127.0.0.2"
#define OPERATION_PERFORM_TIMEOUT 1000
#define CLIENT_ID "TestClient1"
int main(void)
{
return 0;
}