Deleting Projects via API
Delete Project
POST
https://microreact.org/api/projects/bin/
Query Parameters
Name | Type | Description |
---|---|---|
project | string | The ID of the project to be deleted (e.g.
) |
Headers
Name | Type | Description |
---|---|---|
Access-Token | string | An API access token. |
Example
Last updated