DEREGISTER_EXTENSION¶
Deregisters an extension from the Trust Center.
For more information, see Using Trust Center extensions.
Syntax¶
Arguments¶
'extension_id'The identifier of the extension.
To find the identifiers for registered extensions, query the EXTENSIONS view.
Returns¶
Returns a VARCHAR value:
If deregistration is successful, the VARCHAR value contains the following message:
If deregistration fails, the VARCHAR value contains an error message. Deregistration can fail for the following reasons:
The specified
extension_idis invalid.
The following example shows an error message that is returned for an invalid
extension_id:
Examples¶
The following example deregisters an extension with ID extension_id: