+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Delete Trigger

Sie sind hier:
This method can only be applied to mailings of type TRIGGER
Once a trigger mailing is active (state = ‘sealed’) it cannot be deleted by using the usual ‘delete Mailing‘ method. Instead this method will deactivate the trigger and remove the mailing from the active trigger mailings.

DELETE https://api.maileon.com/1.0/mailings/:mailingid/dispatching

Example

* Hostname api.maileon.com was found in DNS cache
*   Trying 212.6.132.213...
* Connected to api.maileon.com (212.6.132.213) port 80 (#0)
> DELETE /1.0/mailings/127/dispatching HTTP/1.1
Host: api.maileon.com
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml
Authorization: ***redacted***

< HTTP/1.1 200 OK
< Server: nginx/1.4.6 (Ubuntu)
< Date: Thu, 10 Sep 2015 10:24:46 GMT
< Content-Type: application/vnd.maileon.api+xml
< Content-Length: 0
< Connection: keep-alive
< 
* Connection #0 to host api.maileon.com left intact

success (Status code: 200 – OK)

Inhaltsverzeichnis