# Post Endpoint - Logout

logs out ELO Sync user from provided repository.

# HTTP Request

One of the following requests should be made:

POST /api/auth/logout

# Query parameters

Name Description
repository required. Destination repository key.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization
Content-Type required. application/json

# Responses

Code Description Type
200 Returns value indicating if logout is done successfully. Therefor returned value must be inspected. boolean
401 User/service calling method is not authenticated or given repository could not be found.
500 An internal server error has occured while logout of ELO Sync delegated user.
Dernière mise à jour: 21 février 2025 à 09:59