DELETE v1/Surveys/{surveyId}/InvitationTemplates/{templateId}

User roles allowed to make this request: DomainAdministrator PowerUser RegularUser LimitedUser SampleManager

Permissions required to make this request: SurveyEmailInvitationTemplate.Delete SurveyEmailInvitationTemplate.Read Survey.Read

Has survey type usage restrictions online

Delete an invitation template.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
surveyId

string

Required

templateId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Response Message

DeleteInvitationTemplateResponse
NameDescriptionTypeAdditional information
IsSuccess

True if the operation succeeded

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true
}

application/xml, text/xml

Sample:
<DeleteInvitationTemplateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models">
  <IsSuccess>true</IsSuccess>
</DeleteInvitationTemplateResponse>