AutoResponders.Delete

Description

Deletes given auto responders.

Request Parameters

APIKey = {string} (required)
The API key you are using to authenticate the access.
Command = {AutoResponders.Delete} (required)
API Command
ResponseFormat = {JSON | XML} (required)
Response format
JSONPCallBack = {bool}
Send this parameter for cross-domain. More info about JSONP can be found here
AutoResponders = {string} (required)
Comma delimeted auto responder ids.

Response Parameters

Success = {true | false}
States if there is an error or not
ErrorCode = {integer}
If there is an error, error's code

Error Codes

1
Auto responder ID numbers are missing
99998
Authentication failure or session expired
99999
Not enough privileges
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

AutoResponder.Create

Description Creates a new auto responder for given subscriber list. Request Parameters...

AutoResponders.Get

Description Retrieves auto responders of given subscriber list. Request Parameters...

AutoResponders.Copy

Description Copies auto responders of a subscriber list to another subscriber list....

AutoResponder.Update

Description Updates given auto responder. Request Parameters APIKey = {string}...