Skip to main content Skip to complementary content
Close announcements banner

Creating a DELETE operation to cancel a loan application

Create an operation that uses an ID as a path parameter and deletes a loan application.

Procedure

  1. Click the + button in the left panel and click Operation.
  2. Enter the following information in the GENERAL section:
    Field Value
    Name Cancel a loan application
    Method DELETE
    Path /applications/{loanId}
    Description Cancel an existing loan application.
  3. Scroll down to the RESPONSES section and click Add.
  4. Select 200 - OK in the Status code field.
  5. Click Use a component next to RESPONSES.
  6. Select 4XX - Default in the Status code field and select Error in the Name field, then click OK.
  7. Click Save.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!