qa-portfolio

TC_API_CRUD_004 – Delete User Account (DELETE /api/deleteAccount)

Objective:
Verify that an existing user account can be deleted successfully via DELETE request with valid credentials.

Test Type / Level: Functional / API
Priority / Severity: High / Major


1. Environment & Dependencies


2. Preconditions


3. Test Data

Request


4. Test Steps

  1. Open Delete User Account request in Postman.
  2. Select method DELETE.
  3. Add body parameters (email, password).
  4. Send the request.
  5. Observe the response code and message.

5. Expected Results


6. Actual Results

(To be filled after execution; attach Postman screenshot)


7. Status

Pass / Fail


8. Postconditions


9. Notes