Skip to main content
DELETE
/
v1
/
resellers
/
{resellerId}
curl -X DELETE "https://api.telzino.com/v1/resellers/reseller-123" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "success": true,
  "message": "Reseller successfully deleted"
}
This action cannot be undone. The reseller and all its associated data will be permanently deleted.

Path Parameters

resellerId
string
required
The unique identifier of the reseller to delete
curl -X DELETE "https://api.telzino.com/v1/resellers/reseller-123" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "success": true,
  "message": "Reseller successfully deleted"
}