Archive Api Key
curl --request DELETE \
--url https://api.stage.peachdeskai.com/api/v1/user/api-keys/{api_key_id}{}API Keys
Archive API Key
Deactivate an API key by ID
DELETE
/
api
/
v1
/
user
/
api-keys
/
{api_key_id}
Archive Api Key
curl --request DELETE \
--url https://api.stage.peachdeskai.com/api/v1/user/api-keys/{api_key_id}{}Archiving immediately revokes the key. Any request using the key after archiving returns
401. Use Reactivate to restore access.โI
