Delete a contract template by ID.
cURL
curl --request DELETE \ --url https://sandbox.oumla.com/api/v1/contract-templates/{templateId} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "success": true }
API key for authentication
SDK version header
Contract template ID
Contract template deleted
Was this page helpful?