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

Deletes a single custom key value associated with an app.

NameTypeDescription
appIdstringRequiredString value identifying the app
keystringRequiredString value identifying the key. The string must be less than or equal to 15 characters.

Example Request

Example Response

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

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