DataExtensionDeleteResult

The DataExtensionDeleteResult object provides error messages related to an attempt to delete information in a data extension. This object provides information for primary key errors only.

NameData TypeDescription
ConversationIDxsdUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodexsdIdentifies the error of an API request via a numeric code.
ErrorMessagexsdContains a human-readable detailed message that provides more information about the error. For example, row errors for a data extension where rows can’t be found.
KeyErrorsDataExtensionError[]Specifies errors associated with primary keys during operations involving data extensions. For example, using the wrong characters in the field.
ObjectAPIObjectSpecifies definition of object.
OrdinalIDxsdDefines position of object within an array of information.
OverallStatusCodexsdRepresents overall status of conversation via async API.
RequestIDxsdUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsdContains details of operation result in XML format.
ResultTypexsdDefines result as coming from synchronous or asynchronous API.
StatusCodexsdStatus of async API request.
StatusMessagexsdDescribes the status of an API call.