Method: Orchestrate::KeyValue#destroy!
- Defined in:
- lib/orchestrate/key_value.rb
#destroy! ⇒ Object
Deletes a KeyValue item from Orchestrate using 'If-Match' with the current ref.
399 400 401 402 403 404 |
# File 'lib/orchestrate/key_value.rb', line 399 def destroy! response = perform(:delete, ref) @ref = nil @last_request_time = response.request_time true end |