API ReferenceSubscriptionsDelete Subscription

    Delete Subscription

    Remove a contact's membership from a specific subscription group list. This hard-deletes the list relationship mapping but does NOT delete the contact profile globally from the Contacts Directory.

    DELETEhttps://wapi.simplysend.email/web-setup/contacts/subscription-groups/{subscriptionGroupId}/subscriptions/{identifier}

    Parameters

    subscriptionGroupIdRequired
    string
    The unique ID of the subscription group (path parameter).
    identifierRequired
    string
    The subscriber's contact identifier (must be a secure hashed channel identifier like 'email_<md5>' or 'phone_<md5>') (path parameter).
    RequestDELETE
    Response