<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DeleteScript</title><link>https://sourceforge.net/p/m2mlabs/wiki/DeleteScript/</link><description>Recent changes to DeleteScript</description><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/DeleteScript/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 23 Sep 2012 13:20:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/DeleteScript/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage DeleteScript modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/DeleteScript/</link><description>### Delete Script ###

deletes a script in the namespace of the owner identified by the apikey

Path: cs-ws/resources/admin/script        Method: DELETE

Parameters

* script_name
* version
* apikey

Errors:

* 401 UNAUTHORIZED if key is invalid or not admin key
* 404 Not Found if the script does not exist

Example

~~~~~~
DELETE http://localhost/cs-ws/resources/admin/script/?version=1&amp;script_name=TestScript3&amp;apikey=1234 HTTP/1.1

HTTP/1.1 200 OK
~~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sun, 23 Sep 2012 13:20:21 -0000</pubDate><guid>https://sourceforge.net8cf6c6e69210fede5577a27b3f528aefe54bb869</guid></item></channel></rss>