v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1496640547.5 KB

Deregisters a capability from an OpenSearch UI application. This operation removes the capability and its associated configuration.

delete/2021-01-01/opensearch/application/{ApplicationId}/capability/deregister/{CapabilityName}

Path parameters

ApplicationIdstring required

The unique identifier of the OpenSearch UI application to deregister the capability from.

CapabilityNamestring required

The name of a capability. Must be between 3 and 30 characters and contain only alphanumeric characters and hyphens.

The name of the capability to deregister.

Response

Success

status'creating' | 'create_failed' | 'active' | 'updating' | 'update_failed' | 'deleting' | 'delete_failed'

The status of the deregistration operation. Returns <code>deleting</code> when the capability is being removed.