curl --request DELETE \
--url https://carboncopy.news/api/v1/keys/{keyId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Permanently revokes an API key. This action is irreversible. Any requests using the revoked key will immediately receive 401 Unauthorized.
curl --request DELETE \
--url https://carboncopy.news/api/v1/keys/{keyId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?