DELETE
/
projects
/
{projectUUID}
Delete project
curl --request DELETE \
  --url https://api.fluxend.app/projects/{projectUUID} \
  --header 'Authorization: <authorization>'
{
  "content": "<any>",
  "errors": [
    "<string>"
  ],
  "metadata": "<any>",
  "success": true
}

Headers

Authorization
string
required

Bearer Token

Path Parameters

projectUUID
string
required

Project UUID

Response

200
application/json

Project deleted

The response is of type object.