Company logoTrust Center Documentation
API v1 ReferenceNda templatesId

Delete NDA template

Delete an NDA template.

DELETE
/api/v1/nda-templates/{id}
AuthorizationBearer <token>

JWT token obtained from login endpoint

In: header

Path Parameters

idstring

Template ID

Formatuuid

Response Body

curl -X DELETE "https://app.orbiqhq.com/api/v1/nda-templates/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "error": "Cannot delete active template"
}
{
  "error": "Unauthorized"
}
{
  "error": "Template not found"
}
{
  "error": "Internal server error"
}

How is this guide?