---
title: "Unclaim badge"
method: POST
path: "/api_gateway/v1/badges/badgeMeta/{badgeId}/unclaim"
---

# Unclaim badge

`POST /api_gateway/v1/badges/badgeMeta/{badgeId}/unclaim`

## Path parameters

- `badgeId` string, required

## Request body

- object
  - `ownerType` 'LOYALTY' | 'REFERRAL_CAMPAIGNS' | 'JOURNEYS' | 'AUDIENCE_CAMPAIGNS' | 'REWARDS_CATALOG' | 'GOODWILL_MODULE' | 'MILESTONES', required — Module for which the reward was created.
  - `referenceId` string, required — Reference ID of the owner type.

## Response `200`

200

- object
  - `data` object
    - `ownerType` string
    - `referenceId` string
    - `isActive` boolean
  - `errors` unknown
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[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)
