subscriptions_delete
Permanently delete a subscription from a Pushpad project by specifying the project ID and subscription ID.
Instructions
To delete a subscription,
send a DELETE request to /projects/PROJECT_ID/subscriptions/SUBSCRIPTION_ID.
The subscription will be permanently deleted.
A successful request will receive a 204 status code with no body in response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of a project. | |
| subscription_id | Yes | The ID of a subscription. |