---
title: "Delete a given payment methods of a given owner id"
method: DELETE
path: "/v1/billing/payments/{payment_method_id}"
tags: ["billing"]
---

# Delete a given payment methods of a given owner id

`DELETE /v1/billing/payments/{payment_method_id}`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- PaymentMethod
  - `name` string
  - `provider` string
  - `token` string
  - `priority` integer
  - `address` Address
    - `name` string
    - `line1` string
    - `line2` string
    - `city` string
    - `state` string
    - `country` string
    - `postalCode` string
  - `id` integer
  - `ownerId` integer
  - `status` string
  - `created` string, date-time
  - `updated` string, date-time

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/0d125680e232/schema)
