Social - GUI - Modules - Delete
/social/gui/modules/delete/{moduleid}
Note - the "widget uploader" (widgetUploader.jsp) should be used in most cases, rather than this lower level call.
This call deletes widget metadata previously uploaded by the "modules/install" API call.
Authentication
Required, see Auth - Login. In addition, only the system administrator or the owner can delete widget metadata.
Arguments
- The "_id" of the widget metadata, returned from the "modules/install" API call.
Example
http://infinite.ikanow.com/api/social/gui/modules/delete/4d88d0f1f9a624a4b0c8bd71
Example Response
{ "response": { "action": "Delete module", "success": true, "message": "module deleted successfully", // (or an error message if success:false) } }