games.namespaces.removeNamespaceCdnAuthUser
Description
Removes an authenticated user from the given game namespace.
Code Examples
Request
DELETE
https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/auth-user/{user}curl -X DELETE 'https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/auth-user/{user}'
Request Parameters
game_id
required path parameter
namespace_id
required path parameter
user
required path parameter
A user name.
Response Body
Empty response body.