Delete a contract template
cURL
curl --request DELETE \ --url https://sandbox.oumla.com/api/v1/contract-templates/{templateId} \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "data": {}, "success": true, "status": 123 }
API key for authentication
SDK version for tracking and compatibility
Contract template ID
Contract template deleted successfully
Response message
Indicates successful response
HTTP status code
Response data
Was this page helpful?