Movedigital.mobiles.deleteMobile
From MoveDigital Docs
| Table of contents |
[edit]
Arguments
Calls are POSTed to http://www.prodigem.com/services/rest/ and should include the following arguments
- method (required) - Must be set to: movedigital.mobiles.deleteMobile
- userid (required) - The userid of the MoveDigital account.
- sessionid (required) - The sessionid for the current session.
- session (required) - The current session value for this sessionid.
- fileid (required) - The id of the file whose mobile streams you wish to delete.
[edit]
Example Responses
- Success
<?xml version="1.0" encoding="utf-8" ?> <rsp stat="ok"> <method>movedigital.mobiles.deleteMobile</method> <format>rest</format> <messages> <message msg="Successfully deleted the mobile stream." /> </messages> </rsp>
- Error
<?xml version="1.0" encoding="utf-8" ?> <rsp stat="fail"> <method>movedigital.mobiles.deleteMobile</method> <errors> <error code="96" msg="Mobile stream not found." /> </errors> </rsp>
[edit]
Error Codes
- 96 - Mobile stream not found.
- 98 - Insufficient permissions.
- 99 - User not signed in.
- 108 - Internal error.
- 109 - Service is currently unavailable.
[edit]

