POST waba/delete-template

Request Information

URI Parameters

None.

Body Parameters

DeleteTemplateRequestModel
NameDescriptionTypeAdditional information
UserId

string

None.

template_name

string

None.

whatsapp_business_account_id

string

None.

access_token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "template_name": "sample string 2",
  "whatsapp_business_account_id": "sample string 3",
  "access_token": "sample string 4"
}

text/html

Sample:
{"UserId":"sample string 1","template_name":"sample string 2","whatsapp_business_account_id":"sample string 3","access_token":"sample string 4"}

application/xml, text/xml

Sample:
<DeleteTemplateRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlyKitAPI.Models">
  <UserId>sample string 1</UserId>
  <access_token>sample string 4</access_token>
  <template_name>sample string 2</template_name>
  <whatsapp_business_account_id>sample string 3</whatsapp_business_account_id>
</DeleteTemplateRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>