DELETE /messaging/v1/securityHeaders/{pageType}

Overview 

Delete all the security headers applied to either a business unit’s SAP-branded view or click domain.

URL Parameters 

NameTypeDescription
pageTypestringThe type of the page, either click or view.

Usage 

Example Request 

1Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
2DELETE /messaging/v1/securityHeaders/click
3Content-Type: application/json
4Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response 

1HTTP/1.1 202
2{
3  "requestId": "bf176537-995f-461e-a7f4-1476c5e90ed7"
4}

Related Items