Skip to main content
DELETE
/
workspace
/
{workspace_id}
/
email-templates
/
{email_type}
Delete workspace email template
curl --request DELETE \
  --url https://api.firma.dev/functions/v1/signing-request-api/workspace/{workspace_id}/email-templates/{email_type} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "email_type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.firma.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

workspace_id
string<uuid>
required

Workspace ID

email_type
enum<string>
required

Email template type

Available options:
signing_invite,
next_signer,
signing_expired,
signing_cancelled,
signing_declined

Response

Email template deleted successfully

message
string
email_type
string