---
title: "Revoke issued badge"
method: POST
path: "/badges/customer/revokeEarn"
---

# Revoke issued badge

`POST /badges/customer/revokeEarn`

## Request body

- object
  - `badgeMetaId` string, required — Unique identifier for the badge metadata.
  - `customerId` string, required — Unique identifier for the customer.
  - `earnedBadgeId` string, required — Unique identifier for the earned badge.

## Response `200`

200

- object
  - `data` object
    - `badgeMetaId` string
    - `customerId` integer
    - `earnedBadgeId` string
    - `isActive` boolean
  - `errors` unknown[]
    - unknown
  - `warnings` unknown[]
    - unknown

## Other responses

- `409` — 409

---

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