delete()
Deletes a satellite domain for the instance. It is currently not possible to delete the instance's primary domain.
Returns the DeletedObject.
function delete(satelliteDomainId: string): Promise<DeletedObject>- Name
satelliteDomainId- Type
string- Description
The ID of the satellite domain to delete.
const response = await clerkClient.domains.delete('domain_123')Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint DELETE/domains/{domain_id}. See the BAPI reference for more information.
Feedback
Last updated on