> On Oct 22, 2014, at 3:41 PM, Adam Wead <
amste...@gmail.com> wrote:
>
> On second look, no, I don't. I'm using LDP::Client to call delete and I get back a Faraday::Response object the looks something like this:
>
> #<Faraday::Response:0x007f8bec255c90 @on_complete_callbacks=[], @env=#<Faraday::Env @method=:delete @body="" @url=#<URI::HTTP:0x007f8bec25ce78 URL:
http://localhost:8983/fedora/rest/test> @request=#<Faraday::RequestOptions (empty)> @request_headers={"User-Agent"=>"Faraday v0.9.0"} @ssl=#<Faraday::SSLOptions (empty)> @response_headers={"connection"=>"close"} @status=204>>
>
> Which doesn't have anything in it regarding a tombstone, that I can see at least...
>
> Any further calls to the resource, after it's been deleted, result in a 410 error.
>