deleteDomain() (deprecated)
Deletes a satellite domain for the instance. It is currently not possible to delete the instance's primary domain. Returns a DeletedObject.
function deleteDomain(satelliteDomainId: string): Promise<DeletedObject>- Name
satelliteDomainId- Type
string- Description
The ID of the satellite domain to delete.
const response = await clerkClient.domains.deleteDomain('domain_123')Feedback
Last updated on