Skip to main content
DELETE
/
api
/
v2
/
SenderId
{
  "ErrorCode": 123,
  "ErrorDescription": "<string>",
  "Data": "<string>"
}

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

ApiKey
string
required
Your API key for authentication
ClientId
string
required
Your client identifier for authentication
id
number
required
ID of the sender ID to delete

Response

ErrorCode
number
Error code (0 for success)
ErrorDescription
string
Description of the result
Data
string
Success message

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