cURL
curl --request DELETE \ --url https://api.example.com/api/auth/oauth/custom/{key}/config \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a custom OAuth provider configuration (admin only)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Configuration deleted