跳到主要内容
版本:v0.4

Logout.

Logout.

Logout.

Responses

OK


Schema
    message string
    status integer

    Default value: 200

    statusText string

    Default value: OK

DELETE /account/logout

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
curl / cURL
curl -L -X DELETE 'https://seal-io.github.io/account/logout' \
-H 'Accept: application/json'