Revoke API Key
Revokes a single API key in the current workspace.
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:
* An API key is valid for a two year period after it is created. We encourage you to rotate your API keys
regularly according to your company's security policies.
* You should create separate API keys for each system that works with your API. If that API key is exposed
or if that program needs to be shut down, you can revoke that one key and reissue it.
* An API key is tied to the workspace that created it. A single API key can only interact with one workspace.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
id
The unique identifier of the API key to revoke
Headers
x-integration-name
The name of the calling system passed along as a header parameter
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.