API Keys
Delete API key
API Keys
Delete API key
Remove an existing API key.
import { Resend } from 'resend';
const resend = new Resend('re_123456789');
resend.apiKeys.remove('b6d24b8e-af0b-4c3c-be0c-359bbd97381e');
HTTP 200 OK
Path Parameters
The API key ID.
import { Resend } from 'resend';
const resend = new Resend('re_123456789');
resend.apiKeys.remove('b6d24b8e-af0b-4c3c-be0c-359bbd97381e');
HTTP 200 OK
Was this page helpful?
import { Resend } from 'resend';
const resend = new Resend('re_123456789');
resend.apiKeys.remove('b6d24b8e-af0b-4c3c-be0c-359bbd97381e');
HTTP 200 OK