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.
gb7RzDg87aJK2yGAqQiai
)
Headers
Name
Type
Description
Access-Token
string
An API access token.
true
Example
curl \
--header "Access-Token: eyJhbGciOiJIUzUxMiJ9..." \
https://microreact.org/api/projects/bin?project=gb7RzDg87aJK2yGAqQiai
Last updated
Was this helpful?