Delete a provider from the store (author only).
Cancels running builds, deletes source archives, removes all versions, and deletes the Provider record. Does NOT clean up installations at other tenants.
cURL
curl --request DELETE \ --url https://api.example.com/providers/{org}/{name}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response