OAuth API key endpoints allow you to view and manage OAuth API keys for a given environment in your Redox organization. Learn more about OAuth API keys, which is our preferred authentication method.
You can retrieve, create, update, or delete OAuth API keys.
Delete OAuth API key
Delete an existing OAuth API key. There isn't a way to restore a deleted key, so make sure the API key isn't being used before deleting.
The response contains an acknowledgement if the delete is successful.
cURL request example
Path Parameters
- apikeyIdrequired, string
Displays the unique identifier (i.e., client ID) of the OAuth API key.
- metaobject
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- payloadobject
- messagestring
Explains that the delete request was successful, so the OAuth API key no longer exists within the specified environment.
Describes the outcome of the delete request.