destroy status Service (com.ibi.agents.XDTwitterDestroyStatus)

Syntax:

com.ibi.agents.XDTwitterDestroyStatus

iIT Service Object:

format: destroy status

Description: Destroys the status specified by the required ID parameter. The authenticating user must be the author of the specified status. Returns the destroyed status if successful.

Parameters:

Parameter

Description

Tweet/Status Id *

The numerical ID of the desired status.

Consumer Key *

Is your Twitter Application Consumer Key. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Consumer Secret *

Is your Twitter Application Consumer Secret. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Access Token *

Is your Twitter Application Access Token. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Access Token Secret *

Is your Twitter Application Access Token Secret. If you don't have this information, please go to http://dev.twitter.com. Sign in with your Twitter account, Choose My Applications and click Create a New Application then follow the prompts to get Consumer Key, Consumer Secret, Access Token, and Access Token Secret.

Enabled *

If on, emits through the proxy server.

Host

The HTTP proxy server host name.

Port

The HTTP proxy server port.

User

The HTTP proxy server user name.

Password

The HTTP proxy server password.

Connection Timeout

The HTTP connection timeout in milliseconds.

Read Timeout

The HTTP read timeout in milliseconds.

Streaming Read Timeout

The Streaming API's HTTP Read timeout in milliseconds.

Retry Count

The number of HTTP retries.

Retry Interval *

The HTTP retry interval in seconds.

Pretty Debug

Prettifies JSON debug output if set to true.

Stream Base URL

The Streaming API base URL.

Site Stream Base URL

The Site Streams API base URL.

Edges:

The following table lists the available Line Edges for the destroy status Service (com.ibi.agents.XDTwitterDestroyStatus).

Line Edge

Description

OnError

An exception occurred during execution.

OnSuccess

The operation was successful.

OnFailure

A fail condition occurred during execution.

OnParseError

Could not parse a document.

OnFailedOperation

Could not perform the operation requested.

OnFailTwitterException

Twitter threw an exception.

OnFailTwitterOperation

Could not perform the Twitter operation requested.