ACC.DeleteExchangeAsync method
Delete data exchange from ACC asynchronously.
public Task DeleteExchangeAsync(string projectId, string fileUrn)
parameter | description |
---|---|
projectId | Project Id |
fileUrn | Exchange URN |
Exceptions
exception | condition |
---|---|
ArgumentNullException | This exception is thrown when projectId and fileUrn is null or empty. |
Exception | Thrown when an unspecified error occurs. |
See Also
- class ACC
- namespace Autodesk.DataExchange.Extensions.HostingProvider