Menu

DeleteCommand

Jim

Delete Command

deletes a command in the namespace of the owner identified by the apikey

Path: cs-ws/resources/admin/command Method: DELETE
Alternative: cs-ws/resources/admin/command/delete Method: POST

Parameters

  • device_name
  • actor_name
  • command_id
  • apikey

Errors:

  • 401 UNAUTHORIZED if key is invalid or not admin key
  • 404 Not Found if the command does not exist

Example

DELETE http://localhost/cs-ws/resources/admin/command?device_name=TempDev2&
command_id=8&apikey=1234&actor_name=Valve1 HTTP/1.1

HTTP/1.1 200 OK

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.