jwtHeaderDelete (Function) |
Top Previous Next |
jwtHeaderDelete deletes a header from the JWT object.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the header to delete. If empty, all headers will be deleted.
Returns: INT
Declaration: FUNCTION jwtHeaderDelete : INT;
Example: INCLUDE rtcu.inc |