cURL
curl --request DELETE \ --url https://api.example.com/v1/app-configurations/{app_name} \ --header 'X-API-KEY: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete an app configuration by app name Warning: This will delete the app configuration from the project, associated linked accounts, and then the app configuration record itself.
API key for authentication
Successful Response