---
title: "This web service allows to remove RFC parameters"
method: POST
path: "/pws/pws_remove_rfc_params/"
tags: ["Rules"]
---

# This web service allows to remove RFC parameters

`POST /pws/pws_remove_rfc_params/`

This web service allows to remove RFC parameters

## Request body

- RemoveRfcParamsModel — This web service allows to remove RFC parameters
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request
  - `token` integer — Private Token Id
  - `ruleId` integer — Rule Id

## Response `200`

Successful Response

- RemoveRfcParamsResponseModel
  - `header` ResponseHeader
    - `error_id` integer — Error Id
    - `error_desc` string — Error Message
  - `body` object

## Other responses

- `404` — Webservices does not exist
- `500` — Internal Server error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
