Method: WscSdk::Endpoint#delete_path

Defined in:
lib/wsc_sdk/endpoint.rb

#delete_path(id) ⇒ String

Get the path for deleting an individual model

Parameters:

  • id (Any)

    The unique id of the model.

Returns:

  • (String)

    The destroy path.



286
287
288
# File 'lib/wsc_sdk/endpoint.rb', line 286

def delete_path(id)
  model_path(id)
end