GET
call to the Get all Application Signing Keys endpoint.PUT
call to the Revoke an Application Signing Key by its Key ID endpoint. Be sure to replace the {yourKeyId}
and {yourMgmtApiAccessToken}
placeholder values with your signing key’s ID and Management API access token, respectively.Value | Description |
---|---|
YOUR_KEY_ID | ID of the signing key to be revoked. To learn how to find your signing key ID, see Locate JSON Web Key Sets. |
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope update:signing_keys . |