cURL
curl --request DELETE \ --url https://api.firma.dev/functions/v1/signing-request-api/workspace/{workspace_id}/domains/{id} \ --header 'Authorization: <api-key>'
{ "message": "Domain deleted successfully", "domain_id": "123e4567-e89b-12d3-a456-426614174000" }
Remove a domain from the workspace. Cannot delete the primary domain if it’s the only domain.
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Workspace ID
Domain ID
Domain deleted successfully
Was this page helpful?