DeletePlatformApplication
Written by
Updated at October 28, 2024
Deletes the mobile push notification channel and all related endpoints.
HTTP request
POST https://notifications.yandexcloud.net/
Query parameters
| Parameter | Description |
|---|---|
Action |
string This is a required field. Parameter that indicates the type of operation. Value: DeletePlatformApplication. |
PlatformApplicationArn |
string This is a required field. ID of a mobile push notification channel. Example: arn:aws:sns::aoegtvhtp8ob********:app/GCM/test-cns-9990. |
ResponseFormat |
string Response format. Possible values:
|
Response
Successful response
If there are no errors, Cloud Notification Service returns the 200 HTTP code.
A successful response contains additional data in XML or JSON format depending on the specified ResponseFormat parameter.
Data schema:
XML
JSON
<?xml version="1.0" encoding="UTF-8"?>
<ErrorResponseXML>
<RequestId>string</RequestId>
<Error>
<Code>string</Code>
<Message>string</Message>
</Error>
</ErrorResponseXML>
{
"ResponseMetadata": {
"RequestId": "string"
}
}
Where RequestId is the request ID.
Error response
In case of an error, Cloud Notification Service returns a message with the appropriate HTTP code.
For a list of common error codes for all actions, see Errors.