Skip to content

PKI CA Logout REST API

ckelleyRH edited this page Jun 10, 2021 · 5 revisions

Request

  • Method: GET

  • Path: /ca/rest/account/logout

  • Authentication: Not required

  • Content: None

  • Success code: 204

Source

Example

curl \
  -k \
  -s \
  --user caadmin:Secret.123 \
  https://localhost.localdomain:8443/ca/rest/account/logout
Clone this wiki locally