Перейти к основному содержанию
POST
/
v1
/
plus
/
auth
/
logout
cURL
curl --request POST \
  --url https://api.example.com/v1/plus/auth/logout/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh": "<string>"
}
'
{}

Тело

refresh
string
обязательно

Ответ

200 - application/json

The response is of type object.