Node.js
import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.contactProperties.remove(
'b6d24b8e-af0b-4c3c-be0c-359bbd97381e',
);
import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.contactProperties.remove(
'b6d24b8e-af0b-4c3c-be0c-359bbd97381e',
);
{
"object": "contact_property",
"id": "b6d24b8e-af0b-4c3c-be0c-359bbd97381e",
"deleted": true
}
DELETE
/
contact-properties
/
:contact_property_id
Node.js
import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.contactProperties.remove(
'b6d24b8e-af0b-4c3c-be0c-359bbd97381e',
);
import { Resend } from 'resend';
const resend = new Resend('re_xxxxxxxxx');
const { data, error } = await resend.contactProperties.remove(
'b6d24b8e-af0b-4c3c-be0c-359bbd97381e',
);
{
"object": "contact_property",
"id": "b6d24b8e-af0b-4c3c-be0c-359bbd97381e",
"deleted": true
}
Documentation Index
Fetch the complete documentation index at: https://resend.com/docs/llms.txt
Use this file to discover all available pages before exploring further.