Delete

Delete Organization

[TODO] Not Implemented yet. Let us know if you need this - https://github.com/BerriAI/litellm/issues

POST/organization/delete
Authorization
Response

Successful Response

Body
any
Request
const response = await fetch('/organization/delete', {
    method: 'POST',
    headers: {},
});
const data = await response.json();