Microreact
Search
K

Deleting Projects via API

post
https://microreact.org/api/projects/bin
/
Delete Project
Parameters
Query
project
string
The ID of the project to be deleted (e.g.
gb7RzDg87aJK2yGAqQiai
)
Header
Access-Token
string
An API access token.
Responses
200
The value true is returned if the project is deleted successfully.

Example

cURL + Bash
curl \
--header "Access-Token: eyJhbGciOiJIUzUxMiJ9..." \
https://microreact.org/api/projects/bin?project=gb7RzDg87aJK2yGAqQiai