Deletes the token of the logged in user.Ask AIdelete https://rest.cameramanager.com/rest/v2.0/users/self/tokens/currentLogs out the user by deleting the given authorization token.HeadersAuthorizationstringrequiredToken has to be passed as value of the Authorization header like 'Bearer [token]'.Responses 204No Content 401You are not authenticated. Please authenticate and try again. 403Forbidden 406The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request. 500Something went wrong in the server. Please try again.Updated 5 months ago