Blacksmith.Tests.ClientTests.TestClient.Delete C# (CSharp) Méthode

Delete() protected méthode

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