Delete SMS Config
Endpoints
1. Delete SMS Configuration
Endpoint
DELETE /api/sms-config/delete
Description
This endpoint allows adding a new SMS configuration for a client.
Headers
Key | Value |
---|---|
Content-Type | application/json |
secretKey | Your secret key |
Query Parameters
Parameter | Type | Description |
---|---|---|
smsConfigId | integer | The ID of the SMS configuration. |
Response
Success Response
{
"status": 200,
"results": "SMS configuration deleted successfully"
}