---
title: "Cancel Player Subscriptions"
method: DELETE
path: "/v1/players/{player_id}/subscriptions/{subscription_id}"
tags: ["Players' Subscriptions"]
---

# Cancel Player Subscriptions

`DELETE /v1/players/{player_id}/subscriptions/{subscription_id}`

Cancel a players's subscription.

## Path parameters

- `player_id` string, required
- `subscription_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `fb9750c99d0a` — 1 warning
  - for the `path` request parameter `subscription_id`, the maxLength was set to `32`

[Change history](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/changes/v1/players/:player_id/subscriptions/:subscription_id/delete.md)

---

[API](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc.dev/aghanim/apis/aghanim-server-to-server-api/revisions/1816e2044c07?raw)
