Delete Sender ID
Delete an existing sender ID from your account.
This action cannot be undone. The sender ID will be permanently removed and cannot be used for future messages.
curl -X DELETE "https://accounts.netvox.ng/api/v2/SenderId?ApiKey=YOUR_API_KEY&ClientId=YOUR_CLIENT_ID&id=94"
Parameters
Your API key for authentication
Your client identifier for authentication
ID of the sender ID to delete
Response
Error code (0 for success)
Description of the result
Success Response
{
"ErrorCode": 0,
"ErrorDescription": "Success",
"Data": "SenderId deleted Successfully."
}
Error Response
{
"ErrorCode": 028,
"ErrorDescription": "Can not be found"
}
Use Cases
- Cleanup: Remove unused or outdated sender IDs
- Account management: Clean up sender ID list
- Compliance: Remove sender IDs that are no longer needed