mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
delete an instrumentation
This commit is contained in:
parent
bc9e04c31f
commit
f11b9aa58e
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
module Fog
|
||||
module Joyent
|
||||
class Analytics
|
||||
class Real
|
||||
def delete_instrumentation(id)
|
||||
request(
|
||||
:path => "#{@joyent_username}/analytics/instrumentations/#{id}",
|
||||
:method => "DELETE",
|
||||
:expects => 204
|
||||
)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue