Skip to main content

Revoke a Signer

DELETE 

/v3/applications/:appId/envs/:appEnv/signers/:signerId/revoke

This endpoint revokes a signer.

Request

Path Parameters

    appId stringrequired

    The application identifier which is used to identify the application used.

    Example: appId_XXXX-XXXX-XXXX-XXXX-XXXX
    appEnv stringrequired

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

    signerId stringrequired

    The unique identifier of the signer to be revoked.

Responses

The revoked signer ID.

Schema

    signerId string
Loading...