Delete the Project
POST
https://picnie.com/api/v1/delete-projectThis API will allow you to delete the project with all the assets or clean the project
Headers
| Name | Type | Description |
|---|---|---|
Authorization* | string | Provide the API key here Example: |
Body Parameters
| Name | Type | Description |
|---|---|---|
project_id* | number | Project ID to delete Example: |
delete_type* | number | 1 — delete all assets and the project, 2 — delete assets only, keep the empty project Example: |