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>'
200
Example
{}
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Contract template ID
Contract template deleted successfully
The response is of type object.
object
Was this page helpful?