I am looking for a way to delete a key when it is expired to force my users to buy a new key!
It seems the limlm.pkey.delete doesn't exist anymore so I was wondering what everyones solutions were to this.
For whatever reason I cannot call this. It does not exist when trying to use it. Can you send me an example of the code being used. I am trying LimeLM.pkey.delete() and LimeLM.delete() However not able to do so.
I am using c#.
thanks
Open the LimeLM.cs file and you'll see all functions. In that file search for "limelm.pkey.delete" and you'll find the function.
The limelm.pkey.delete does not exist in the LimeLM.cs of the c# web API. Maybe I'm downloading the wrong one but it seems it does not exist
Still looking for the command here. Cannot find it at all! I think it has been removed from LimeLM.cs
Yes, apparently we never wrote the wrapper for that web API function for C#.
Just copy an existing function there and follow the documentation. Shouldn't take you more than a couple of minutes: https://wyday.com/limelm/help/api/limelm.pkey.delete/
Got it thanks for the help!