DELETE /push/v1/application/{appId}/key/{key}

Overview

Deletes a single custom key value associated with an app.

URL Parameters

Name Type Description
appId string Required String value identifying the app
key string Required String value identifying the key. The string must be less than or equal to 15 characters.

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
DELETE /push/v1/application/B2E635FA-4894-4A4F-9125-5A88B27FCD04/key/key1
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

If the request passes successfully, the API returns the following response.

200 (OK)

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

Last Updated: Jun 8, 2021