Delete Template
Use the Delete Template API to delete a WhatsApp Business template by template name.
Endpoint details
| Field | Value |
|---|---|
| URL | https://apis.rmlconnect.net/wba/template/ |
| Authorization | jwt |
| API Key | jwt |
| Header parameter name | Authorization |
Query parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| name | Yes | string | Name of the WhatsApp business template. |
Responses
401 Unauthorized
Response
{
"message": "unable to process campaign request",
"reason": "jwt token expired",
"status": "failure"
}Response Schema: application/json
| Field | Type | Description |
|---|---|---|
| status | string | The status of the delete template request. |
| message | string | The response message. |
| reason | string | The reason for not processing the delete template request. |
500 Internal Server Error
Response
{
"status": "failure",
"message": "unable to process request",
"reason": "internal server error"
}Response Schema: application/json
| Field | Type | Description |
|---|---|---|
| status | string | The status of the delete template request. |
| message | string | The response message. |
| reason | string | The reason for not processing the delete template request. |
Updated 12 days ago
Did this page help you?