Uninstall a provider.
Performs full cleanup: removes Kubernetes deployment, NATS resources, schemas, database records, and decrements the store install count.
cURL
curl --request DELETE \ --url https://api.example.com/providers/installed/{org}/{name}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Also delete tenant resources managed by this provider
Successful Response