---
title: "POST /license-server/DeleteLicenseServerEndpoint"
method: POST
path: "/license-server/DeleteLicenseServerEndpoint"
---

# POST /license-server/DeleteLicenseServerEndpoint

`POST /license-server/DeleteLicenseServerEndpoint`

Deletes a <code>LicenseServerEndpoint</code> resource.

## Request body

- object
  - `LicenseServerEndpointArn` string, required — The Amazon Resource Name (ARN) that identifies the <code>LicenseServerEndpoint</code> resource to delete.
  - `ServerType` 'RDS_SAL', required — The type of License Server that the delete request refers to.

## Response `200`

Success

- DeleteLicenseServerEndpointResponse
  - `LicenseServerEndpoint` object — Shows details from the <code>LicenseServerEndpoint</code> resource that was deleted.
    - `IdentityProviderArn` string — The Amazon Resource Name (ARN) of the identity provider that's associated with the RDS license server endpoint.
    - `ServerType` 'RDS_SAL' — The type of license server.
    - `ServerEndpoint` object — The <code>ServerEndpoint</code> resource contains the network address of the RDS license server endpoint.
      - `Endpoint` string — The network address of the endpoint.
    - `StatusMessage` string — The message associated with the provisioning status, if there is one.
    - `LicenseServerEndpointId` string — The ID of the license server endpoint.
    - `LicenseServerEndpointArn` string — The ARN of the <code>ServerEndpoint</code> resource for the RDS license server.
    - `LicenseServerEndpointProvisioningStatus` 'PROVISIONING' | 'PROVISIONING_FAILED' | 'PROVISIONED' | 'DELETING' | 'DELETION_FAILED' | 'DELETED' — The current state of the provisioning process for the RDS license server endpoint
    - `LicenseServers` LicenseServer[] — An array of <code>LicenseServer</code> resources that represent the license servers that are accessed through this endpoint.
      - `ProvisioningStatus` 'PROVISIONING' | 'PROVISIONING_FAILED' | 'PROVISIONED' | 'DELETING' | 'DELETION_FAILED' | 'DELETED' — The current state of the provisioning process for the RDS license server.
      - `HealthStatus` 'HEALTHY' | 'UNHEALTHY' | 'NOT_APPLICABLE' — The health status of the RDS license server.
      - `Ipv4Address` string — A list of domain IPv4 addresses that are used for the RDS license server.
      - `Ipv6Address` string — A list of domain IPv6 addresses that are used for the RDS license server.
    - `CreationTime` string, date-time — The timestamp when License Manager created the license server endpoint.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — ValidationException
- `482` — ConflictException
- `483` — ThrottlingException
- `484` — InternalServerException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/license-manager-user-subscriptions.md) · [All operations](https://skmtc.net/aws/apis/license-manager-user-subscriptions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/license-manager-user-subscriptions/versions/3f333914dcdb/schema)
