Skip to content

PKI ACME Logout REST API

Endi S. Dewata edited this page Aug 21, 2021 · 5 revisions

Overview

The PKI ACME Logout operation will read the session ID provided via cookie, then invalidate the session on the server.

Request

  • URL: /acme/logout

  • Method: POST

  • Authentication: Required

  • Authorization: Not required

Response

Success

  • Code: 200

Unauthenticated

  • Code: 401

Examples

JSON
$ curl \
    -s \
    --request POST \
    -u admin:Secret.123 \
    https://pki.demo.dogtagpki.org/acme/logout

See Also

Clone this wiki locally