Skip to main content

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

KeyValue
Content-Typeapplication/json
secretKeyYour secret key

Query Parameters

ParameterTypeDescription
smsConfigIdintegerThe ID of the SMS configuration.

Response

Success Response

{
"status": 200,
"results": "SMS configuration deleted successfully"
}