curl --request DELETE \
--url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/api-keys/{id}Permanently delete an API key
curl --request DELETE \
--url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/api-keys/{id}{
"message": "API key successfully deleted",
"id": "afd8012b-d81e-41c6-92cd-eed0c6cb3676"
}
revoked) if you need time to migrate applications to a new key.{
"error": {
"code": "NOT_FOUND",
"message": "API key not found"
}
}
curl -X DELETE "https://api.metabind.ai/v1/organizations/org123/projects/proj456/api-keys/key123" \
-H "Authorization: Bearer YOUR_API_KEY"