AdBookConnect Web Service
MethodDeleteCreatives
AdBookConnect Web Service > All Operations Resource Group : DeleteCreatives (Method)
Summary
Deletes a list of existing Creatives.
Request (IAdBookConnect_DeleteCreatives_InputMessage)

The request body is of type http://www.FatTail.com/api:DeleteCreatives.

Request Body Parameters

NameDescriptionData Type
Creative objects to delete.http://www.FatTail.com/api:ArrayOfCreative

Overview

Sequence
creatives optional ArrayOfCreative Complex Type
Sequence
Sequence
CreativeID optional xs:long
System ID value for the Creative.
ClientID xs:long
System ID of the Client associated with this Creative.
CreativeDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
Collection of user defined properties for the Creative.
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
200 Response (IAdBookConnect_DeleteCreatives_OutputMessage)

The response body is of type http://www.FatTail.com/api:DeleteCreativesResponse.

Response Body Parameters

NameDescriptionData Type
 http://www.FatTail.com/api:ArrayOfCreativeDeleteResult

Overview

Sequence
DeleteCreativesResult optional ArrayOfCreativeDeleteResult Complex Type
Sequence
Sequence
ClientID optional xs:long
CreativeID optional xs:long
Sequence
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
Sequence
string 0..∞ xs:string
FaultObjectType optional DataAccessFaultObjectType Simple Type
Indicates the type of object that the fault is associated with.
FaultOperationType optional DataAccessFaultOperationType Simple Type
Indicates the type of operation that was requested when the fault occurred.
Success optional xs:boolean
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_DeleteCreatives_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service