---
title: "Gsm - Delete"
method: POST
path: "/gsm/delete"
tags: ["Gsm"]
---

# Gsm - Delete

`POST /gsm/delete`

Deletes a Gsm Rule

## Request body

- GsmDeleteRequest
  - `connector` string, required — The connector through which payment has gone through
  - `flow` string, required — The flow in which the code and message occurred for a connector
  - `sub_flow` string, required — The sub_flow in which the code and message occurred for a connector
  - `code` string, required — code received from the connector
  - `message` string, required — message received from the connector

## Response `200`

Gsm deleted

- GsmDeleteResponse
  - `gsm_rule_delete` boolean, required
  - `connector` string, required — The connector through which payment has gone through
  - `flow` string, required — The flow in which the code and message occurred for a connector
  - `sub_flow` string, required — The sub_flow in which the code and message occurred for a connector
  - `code` string, required — code received from the connector

## Other responses

- `400` — Missing Mandatory fields

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
