rest_auth
v1
Calls Django logout method and delete the Token object assigned to the current User object.
Accepts/Returns nothing.
post/rest-auth/logout/
Request body
object required
Response
Example response
{
"detail": "detail"
}Calls Django logout method and delete the Token object assigned to the current User object.
Accepts/Returns nothing.
{
"detail": "detail"
}