# Rename or delete an OAuth API key

OAuth API keys are used for authenticating API requests from your system to Redox. [Learn about authentication methods](/basics/data-exchange-with-redox/authenticating-and-sending-data-via-redox). 

You can rename an existing or delete unnecessary OAuth API keys. 

## Prerequisites

- A user must be assigned to an <u>**engineer role**</u> to manage OAuth API keys. [Learn about user roles](/basics/managing-access-for-your-redox-organization/what-are-user-roles).
- To delete an OAuth API key, log into a <u>**development**</u> or <u>**staging**</u> environment. Self-service deletion is disabled in production. Talk to your Technical Account Manager to delete production assets. You should also ensure you have more than one existing OAuth API key before deleting any. 

## Rename an OAuth API key

1. Log in to the dashboard. 
2. From the navigation menu, select the **Developer** page.
3. By default, the <u>Sources</u> tab opens. Click the **Authentication** tab. 
4. All configured OAuth API keys and auth credentials display in a table. Find the OAuth API key you want to rename and click anywhere in its **row.** 
5. The <u>Details</u> page opens. Under the <u>OAuth API key details</u> section, click the **Edit** button.
6. The <u>Name</u> field becomes editable. Revise the **name**, then click the **Save** button.


![A user edits the OAuth API key name on its Details page. ](https://images.ctfassets.net/cl3wt5ehhnlv/424IUA3DP0IAIkq1hrlY66/f2ca089ead0b08b6c9419e23923a3123/oauth-api-key-rename.gif)

*Rename an OAuth API key*



## Delete an OAuth API key

1. Log in to the dashboard. 
2. From the navigation menu, select the **Developer** page.
3. By default, the <u>Sources</u> tab opens. Click the **Authentication** tab. 
4. All configured OAuth API keys and auth credentials display in a table. Find the OAuth API key you want to delete and click anywhere in its **row.** 
5. The <u>Details</u> page opens. Click the **Delete** button in the top-right corner.


![A user selects an OAuth API key and deletes it from its Details page.](https://images.ctfassets.net/cl3wt5ehhnlv/46TKqIJMNke6lZnkTOwchz/654d83a178fd30ed0326be305c39085c/oauth-api-key-delete.gif)

*Delete an OAuth API key*



## Related resources

Learn how to:

- [Authenticate an OAuth API key](/api-reference/redox-data-model-api/authenticate-an-oauth-api-key)
- [Troubleshoot OAuth API key errors](/troubleshooting/troubleshoot-oauth-api-key-errors)

> **Platform API endpoints**
>
> This article describes how to manage OAuth API keys in the <u>**Redox dashboard**</u>. To manage OAuth API keys via <u>API</u>, use these <u>**Redox Platform API**</u> endpoints instead:
>
> - [Create OAuth API key](https://docs.redoxengine.com/permalink/343fc208-32a5-542c-a1ca-c68f77964172-create-oauth-key)
> - [Update OAuth API key](https://docs.redoxengine.com/permalink/396c9c0b-42fc-5567-b241-623895463d97-update-oauth-key)
> - [Delete OAuth API key](https://docs.redoxengine.com/permalink/0c061eba-dea9-5cf5-98f1-0d927a2d2736-delete-oauth-key)
