142.4.4 DETACH_CREDENTIAL Procedure

The DETACH_CREDENTIAL procedure detaches a credential from the specified endpoint.

Syntax

DBMS_OBSERVABILITY.DETACH_CREDENTIAL( endpoint IN VARCHAR2 );

Parameters

Table 142-10 DETACH_CREDENTIAL Procedure Parameters

Parameter Description

endpoint

Specifies the endpoint.

Examples

The following example illustrates how to detach a credential from the endpoint https://example.com:1234/ot_endp/v1/traces:
SQL> execute dbms_observability.detach_credential( endpoint => 'https://example.com:1234/ot_endp/v1/traces' );