Delete Template

Delete a template

DELETE https://{{env}}.survey2connect.com/v2/api/templates/{{template_id}}

Path Parameters

NameTypeDescription

template_id

String

Headers

NameTypeDescription

Authorization

String

Bearer {access_token}

{
  "msg": "deleted successfully"
}

Last updated