projects_delete
Remove a project from Pushpad by sending its ID. The deletion request is processed asynchronously and returns a 202 status upon acceptance.
Instructions
To delete a project, send a DELETE request to /projects/PROJECT_ID.
The project will be deleted asynchronously. The actual processing of the request is performed later.
A successful request will receive a 202 status code with no body in response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of a project. |