\FuelSdkET_Delete

This class represents the DELETE operation for SOAP service.

Summary

Methods
Properties
Constants
__construct()
$status
$code
$message
$results
$request_id
$moreResults
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$status

$status : boolean

Type

boolean — holds the status of the web service operation: true=success, false=failure

$code

$code : integer

Type

integer — holds the HTTP status code e.g. 200, 404, etc

$message

$message : string

Type

string — holds error message for SOAP call, else holds raw response if json_decode fails

$results

$results : \FuelSdk\stdClass

Type

\FuelSdk\stdClass — Object contains the complete result of the web service operation

$request_id

$request_id : string

Type

string — the request identifier

$moreResults

$moreResults : boolean

Type

boolean — whether more results are available or not

Methods

__construct()

__construct(\FuelSdk\ET_Client  $authStub, string  $objType, array  $props) 

Initializes a new instance of the class.

Parameters

\FuelSdk\ET_Client $authStub

The ET client object which performs the auth token, refresh token using clientID clientSecret

string $objType

Object name, e.g. "ImportDefinition", "DataExtension", etc

array $props

Dictionary type array which may hold e.g. array('id' => '', 'key' => '')