Delete a Subscriber
This method deletes a subscriber off a list (only supported in TribeArc version 2.1.1.4 and above).
URL
https://mail.tribearc.com/api/subscribers/delete.php
PARAMETERS (POST)
- api_keyyour API key, available in Settings.
- list_idthe id of the list you want to delete the subscriber from. This encrypted id can be found under View all lists section named ID
- emailthe email address you want to delete
RESPONSE (Plain text)
Success: true
Error: No data passed
Error: API key not passed
Error: Invalid API key
Error: List ID not passed
Error: List does not exist
Error: Email address not passed
Error: Subscriber does not exist
CLICK TO TRY ON POSTMAN