import http from '@/api/http'; export default async (uuid: string): Promise => { await http.delete(`/api/client/account/security-keys/${uuid}`); };