DELETE /push/v1/message/{messageId}

Overview

Deletes an existing message

URL Parameters

Name Type Description
messageId string Required Id of the message to delete

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
DELETE /push/v1/message/mjK54s3RT
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

If the request includes a valid messageID value, the API returns the following response.

HTTP/1.1 202 Accepted

If the request includes an invalid value, the API returns a 400 response with details on the error.

Last Updated: Jun 8, 2021