Blacksmith.Tests.ClientTests.TestClient.DeleteWithBody C# (CSharp) Method

DeleteWithBody() protected method

protected DeleteWithBody ( string endpoint, string body ) : string
endpoint string
body string
return string
            protected override string DeleteWithBody(string endpoint, string body)
            {
                return DeleteWithBodyResponse(endpoint, body);
            }