Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + type DeleteOpts []string + func (opts DeleteOpts) ToBulkDeleteBody() (string, error) + type DeleteOptsBuilder interface + ToBulkDeleteBody func() (string, error) + type DeleteRespBody struct + Errors []string + NumberDeleted int + NumberNotFound int + ResponseBody string + ResponseStatus string + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, opts DeleteOptsBuilder) DeleteResult + func (dr DeleteResult) ExtractBody() (DeleteRespBody, error)