---
title: "Disable a customer"
method: POST
path: "/customers/{partyId}/disable"
tags: ["License Portal"]
---

# Disable a customer

`POST /customers/{partyId}/disable`

## Path parameters

- `partyId` string, required

## Request body

- DisableCustomerArgs
  - `partyId` string
  - `reason` string

## Response `200`

Disabled customer.

- LicenseCustomer
  - `partyId` string, required
  - `displayName` string, required
  - `legalName` string, required
  - `partnerPartyId` string
  - `representedTenantId` string
  - `status` string, required
  - `contactEmail` string, email
  - `websiteUrl` string
  - `profileId` string
  - `profileVersion` string
  - `createdAt` string, required
  - `updatedAt` string, required
  - `tenantId` string

---

[API](https://skmtc.net/sphereon-opensource/apis/license-portal-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/license-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/license-portal-api/versions/f45b2d91505a/schema)
