Skip to main content
DELETE
/
company
/
signer-terms
/
{language}
Delete company signer terms
curl --request DELETE \
  --url https://api.firma.dev/functions/v1/signing-request-api/company/signer-terms/{language} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "language": "<string>"
}

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

language
enum<string>
required

Language code

Available options:
en,
es,
it,
pt,
fr,
de,
el,
ru,
pl

Response

Company signer terms deleted successfully

message
string
language
string