Get the path for deleting an individual model
Parameters:
The unique id of the model.
Returns:
The destroy path.
286 287 288
# File 'lib/wsc_sdk/endpoint.rb', line 286 def delete_path(id) model_path(id) end