Skip to main content

removeDIDParameters() function

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Remove all DID parameters from a DID url

Signature:

export declare function removeDIDParameters(did: string): string

Parameters

ParameterTypeDescription
didstring

the DID URL

This API may change without a BREAKING CHANGE notice.

Returns:

string