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

Headers

Authorization
string
required

Bearer Token

Path Parameters

organization_id
string
required

Organization ID

Response

204
application/json

Organization deleted

The response is of type object.