Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Unreal SDK

Vivox Unreal SDK

Vivox
​
​
Vivox Unreal SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
  • Tutorials
  • Reference
    • Vivox Core Unreal class model overview
    • Vivox Unreal conventions
    • Unreal API Reference Manual
    • Access Token Developer Guide
      • Access token terminology
      • Requests that require access tokens
      • Access token identifiers
      • Access token format
      • Access token examples
      • Generate a token on the client
      • Generate a token on a secure server
      • Key update API
        • Add an application API key
        • Revoke an application API key
        • Troubleshooting an application API key
      • Access token error codes
    • Server to Server Web API Reference Guide
    • Third-party license information
  1. Vivox Unreal SDK documentation

Revoke an application API key

How to revoke an applicationAPI key.
Read time 1 minute
Last updated 8 months ago

When you have enabled the Enable Remote API checkbox on the Organization Settings page in the Developer Portal, you can automate the process for revoking an application API key by calling the REST endpoint located at
developer-api.vivox.com/api/v1/applications/remote-api/key/revoke
with a tool such as cURL, Advanced REST Client (ARC), or Postman.
The following code displays an example of how to revoke the “key-to-revoke” application API key by using cURL:
curl "https://developer-api.vivox.com/api/v1/applications/remote-api/key/revoke" -X POST -d"{\"remoteApiUsername\":\"remote-api-username-from-org-settings-page\",\"remoteApiPassword\":\"remote-api-password-from-org-settings-page\",\"issuer\":\"issuer-from-app-details-page\"}"
A response in the following format indicates that you successfully revoked the key:
{"statusCode":200,"data":"some-new-key"}

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.


    Report a problem with this page