Remove Profile Token (QsyRemovePrfTkn) API


  Syntax for QsyRemovePrfTkn:
 #include <qsyptkn.h>

 void QsyRemovePrfTkn
        (unsigned char  *Profile_token,
         void           *Error_code);

  Service Program: QSYPTKN

  Default Public Authority: *USE

  Threadsafe: Yes

The Remove Profile Token (QsyRemovePrfTkn) API removes the specified profile token. The profile token will no longer be valid for use with other profile token APIs.


Authorities and Locks

API Public Authority
*USE

Required Parameter Group

Profile token
INPUT; CHAR(32)

The profile token to be removed.


Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages

Message ID Error Message Text
CPF222E E &1 special authority is required.
CPF2225 E Not able to allocate internal system object.
CPF3CF1 E Error code parameter not valid.
CPF3C90 E Literal value cannot be changed.
CPF9872 E Program or service program &1 in library &2 ended. Reason code &3.


API introduced: V4R4

[ Back to top | Security APIs | APIs by category ]