Company logoTrust Center Documentation

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"
curl -X DELETE https://app.orbiqhq.com/api/v1/nda-templates/550e8400-e29b-41d4-a716-446655440000 \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "error": "Cannot delete active template"
}
{
  "error": "Unauthorized"
}
{
  "error": "Template not found"
}
{
  "error": "Internal server error"
}

How is this guide?