Skip to main content
DELETE
/
api
/
v1
/
contract-templates
/
{templateId}
Delete Contract Template
curl --request DELETE \
  --url https://sandbox.oumla.com/api/v1/contract-templates/{templateId} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain your API key from the dashboard.

Headers

x-sdk-version
string
default:1.0.0

SDK version header

Path Parameters

templateId
string
required

Contract template ID

Response

Contract template deleted successfully

The response is of type object.