FlashApply API Docs
Need help?
Back to Organization & People Management

Delete Organization

Deletes an organization and its data. Use with caution.

Request Details

path Parameters

FieldTypeRequiredDescription
id
string
YesThe ID of the organization to delete

Sample Request & Response

DELETE
/v1/organizations/me
Sample Request

Headers:

{
  "Authorization": "Bearer <YOUR_API_KEY>"
}

Path Parameters:

{
  "id": "string (required) - The ID of the organization to delete"
}
Sample Response (204)
{}