Method: GdsApi::TestHelpers::AccountApi#stub_account_api_delete_user_by_subject_identifier
- Defined in:
- lib/gds_api/test_helpers/account_api.rb
#stub_account_api_delete_user_by_subject_identifier(subject_identifier:) ⇒ Object
DELETE /api/oidc-users/:subject_identifier
143 144 145 146 147 148 149 |
# File 'lib/gds_api/test_helpers/account_api.rb', line 143 def stub_account_api_delete_user_by_subject_identifier(subject_identifier:) stub_account_api_request( :delete, "/api/oidc-users/#{subject_identifier}", response_status: 204, ) end |