Lists

Keywords remove-list Delete a list and its members. PARAMETER DESCRIPTION REQUIRED list_id List ID YES Example get inactive list members curl https://api.transmitsms.com/remove-list.json \ -u 2e24c1cbdd987221e165d543f34b84bf:secret \ -d list_id=30 JSON RESPONSE { error: { code: “SUCCESS”, description: “OK” } } XML RESPONSE SUCCESS OK PHP Example