DELETE /push/v1/application/{appId}/key/{key}
Deletes a single custom key value associated with an app.
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. |
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.