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

Delete() protected method

protected Delete ( string endpoint ) : string
endpoint string
return string
            protected override string Delete(string endpoint)
            {
                return DeleteResponse(endpoint);
            }