get
https://api.dailymotion.com/logout
Your application should always allow users to revoke authorization granted to your API key.
To revoke authorization, perform a GET request to the /logoutendpoint with the Authorization header (or access_token query parameter).
Once done, your current session (access token and/or refresh token ) are no longer valid and you can forget about them in your application.
