+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 Contact Preference

Sie sind hier:
This method deletes a contact preference under a given contact preference category.

Request

DELETE https://api.maileon.com/1.0/contacts/preference_categories/:categoryName/preferences/:preferenceName

Content-Type: application/vnd.maileon.api+xml; charset=utf-8

Path Parameter

Name Description
categoryName The name of the contact preference category.
preferenceName The name of the preference to delete.

Example

DELETE https://api.maileon.com/1.0/contacts/preference_categories/Development/preferences/Shopware
Authorization: Basic: XXXXXXXXXXXXXXXX 


Status: 200 OK

Response Codes

HTTP status code Description
200 OK Preference deleted successfully
404 Not Found If the contact preference category or the preference with the given name were not found.
Inhaltsverzeichnis