revXMLRPC_DeleteParam

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revXMLRPC_DeleteParam <XMLRPCdocumentID>,<paramNumber>
Associationsxml-rpc library
Summary

Deletes a single parameter from an XML-RPC document structure.

Introduced2.5
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
XMLRPCdocumentID

The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request.

paramNumber

The number given to the parameter to be removed from the XML-RPC document structure.

Example
revXMLRPC_DeleteParam theRequest,3
Values
NameTypeDescription
The result

If the revXMLRPC_DeleteDocument command encounters an error, the result is set to an error message beginning with "xmlerr" or "xmlrpcerr".

RelatedCommand: revXMLRPC_DeleteAllDocuments
Function: result, revXMLRPC_CreateRequest, revXMLRPC_Execute
Glossary: LiveCode custom library, Standalone Application Settings, standalone application, command, XML-RPC, XML-RPC document
Library: XML-RPC library
Securitydisk, process
Description

Use revXMLRPC_DeleteParam to delete a single parameter from an XML-RPC documents structure.