DeleteResult

An object that contains results of each object in a Delete request.

The API returns objects in this response object in the same order as they appeared in the request. For each APIObject in the request, the API returns one DeleteResult.

NameData TypeDescription
ConversationIDStringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodeIntIdentifies the error of an API request via a numeric code.
ObjectAPIObject objectSpecifies definition of object.
OrdinalIDIntDefines position of object within an array of information.
OverallStatusCodeStringRepresents overall status of conversation via async API.
RequestIDStringUnique ID of initial async API call.
RequestTypeRequestType objectDefines request as synchronous or asynchronous API.
ResultDetailXMLStringContains details of operation result in XML format.
ResultTypeStringDefines result as coming from synchronous or asynchronous API.
StatusCodeStringStatus of async API request.
StatusMessageStringDescribes the status of an API call.