mmvora
03/09/2025, 8:48 AMVapi Support Bot
03/09/2025, 8:49 AM/credential
endpoint with the DELETE HTTP method. Here's how:
http
DELETE /credential/:id
Authorization: Bearer your-api-token
Replace :id
with the ID of the old token you want to deactivate, and make sure to include your current valid token in the Authorization header.
This will completely remove the old token from the system, preventing any further use. It's a good security practice to remove old tokens when they're no longer needed!
Let me know if you need any help with this process! 😊
Sources:
- [Discord Message about Credential Endpoint](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1317475563220504596)
- [Discord Message about Removing Sensitive Tokens](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336414771309838448)mmvora
03/09/2025, 8:53 AMmmvora
03/09/2025, 8:57 AMVapi
03/10/2025, 8:48 PM