This API call revokes all existing API keys in given workspace. No existing keys will continue to work after this call completes. We strongly encourage you to revoke a single API key at a time; this method should only be used if you need to rapidly halt access to your product for automated systems.
An API key is a credential that you can use to make REST v4 API calls for ProjectManager.com. When you create
a new API key, that API key is only visible in the response JSON for the CreateApiKey
method. If you do not
preserve this information, it cannot be recreated.
Some best practices for working with API keys:
The name of the calling system passed along as a header parameter
Success
If the API call failed, this will contain information about the error that occurred.
True if the API call succeeded; false otherwise.
True if the API call failed.
The HTTP code of the response.