You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't found a way to delete an Organization from the UI (using the getmeli/meli:1.0.0-beta.24 docker image).
Even a curl -X DELETE 'https://pages.example.com/api/v1/orgs/0d659f80-ab7e-49bb-b19e-2eb01a1808e5' doesn't work.
The token permissions UI doesn't show this action either:
Is there a way to do it currently?
Is it on the roadmap?
Is there a workaround for now (e.g: deleting a line in a DB wouldn't cause side effects?)
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi there 👋 There is currently no way to delete an organization, but this would be a good feature. For now, you can manually delete the organization from the org collection in mongo.
Hi!
I haven't found a way to delete an Organization from the UI (using the
getmeli/meli:1.0.0-beta.24
docker image).Even a
curl -X DELETE 'https://pages.example.com/api/v1/orgs/0d659f80-ab7e-49bb-b19e-2eb01a1808e5'
doesn't work.The token permissions UI doesn't show this action either:
Is there a way to do it currently?
Is it on the roadmap?
Is there a workaround for now (e.g: deleting a line in a DB wouldn't cause side effects?)
Thanks for your help.
The text was updated successfully, but these errors were encountered: