Delete NDA template
Delete an NDA template.
AuthorizationBearer <token>
JWT token obtained from login endpoint
In: header
Path Parameters
idstring
Template ID
Format
uuid
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?