Skip to main content
POST
/
api
/
v2
/
projects
/
delete
Delete Project
curl --request POST \
  --url http://localhost:8080/api/v2/projects/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "org_id": "<string>",
  "project_id": "<string>"
}
'

Body

application/json
org_id
string
required
project_id
string
required

Response

204

Successful Response