Delete a push notification message Deprecated

DELETE /groups/{groupId}/apps/{appId}/push/notifications/{messageId}

Delete a push notification message.

Path parameters

Responses

  • 204

    Successfully deleted.

DELETE /groups/{groupId}/apps/{appId}/push/notifications/{messageId}
curl \
 --request DELETE 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/push/notifications/{messageId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"