Delete an authentication provider

DELETE /groups/{groupId}/apps/{appId}/auth_providers/{providerId}

Path parameters

Responses

  • 204

    Successfully deleted.

DELETE /groups/{groupId}/apps/{appId}/auth_providers/{providerId}
curl \
 --request DELETE 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/auth_providers/{providerId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"