cURL
curl --request DELETE \ --url https://api.futureagi.com/accounts/key/{keyId}/ \ --header 'Authorization: Bearer <token>'
Delete a secret key
JWT token obtained from /accounts/token/ endpoint
Secret key deleted
Was this page helpful?