API
cloud.games.namespaces.removeNamespaceDomain
API
cloud.games.namespaces.removeNamespaceDomain
Removes a domain from the given game namespace.
DELETE https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/domains/{domain}
curl -X DELETE 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/domains/{domain}'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
namespace_idrequired
string
domainrequired
string
A valid domain name (no protocol).
curl -X DELETE 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/domains/{domain}'