Deleting Projects via API

Delete Project

POST https://microreact.org/api/projects/bin/

Query Parameters

NameTypeDescription

project

string

The ID of the project to be deleted (e.g.

gb7RzDg87aJK2yGAqQiai

)

Headers

NameTypeDescription

Access-Token

string

An API access token.

true

Example

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

Last updated