Skip Navigation

Programmatic Marketing Content

control-j is the search shortcutj
Introduction to Programmatic Marketing Content
AMPscript
Guide Template Language
Server-Side JavaScript
Server-Side JavaScript Syntax Guide
Account Functions
AccountUser Functions
Content Area Functions
Data Extension Functions
DateTime Functions
Delivery Profile Functions
Email Functions
Events Functions
Filter Defintion Functons
Folder Functions
HTTP Functions
List Functions
Portfolio Functions
Query Definition Functions
Recipient Functions
Send Classification Functions
Send Functions
Sender Profile Functions
Subscriber Functions
Template Functions
Triggered Send Functions
Utilities Functions
Platform Functions
API Functions
Field and Attribute Functions
HTTP Functions
Content Functions
Data Extension Functions
Date and Time Functions
Client Browser Functions
Redirect
RemoveCookie
RemoveResponseHeader
SetCookie
SetResponseHeader
Write
Utility Functions
AMPscript Variable Functions
HTTP Property Functions
Content Syndication Functions
Server-Side JavaScript Sample Code
Use Server-Side JavaScript with AMPscript
Use Server-Side Javascript via WSProxy with the SOAP API
Server-Side JavaScript/Server-Side JavaScript Syntax Guide/Platform Functions/Client Browser Functions/RemoveCookie

RemoveCookie

Overview

Removes the specified cookie

Syntax

RemoveCookie(1)

Function Properties

Ordinal Type Description
1 string Required Identifies the cookie to remove

Example

<script runat=server>
     Platform.Response.RemoveCookie("cookieName");
</script>
Last Updated: Jun 8, 2021

Salesforce logo